[PATCH]: GAS changes for QNX 6.1 for the i386

J.T. Conklin jtc@acorntoolworks.com
Tue Mar 12 10:53:00 GMT 2002


Enclosed are changes to add support for QNX 6.1 for the i386.

	--jtc

2002-03-12  J.T. Conklin  <jtc@acorntoolworks.com>

	* configure.in (i386-*-nto-qnx*): New target.
	* configure: Regenerate.

Index: configure
===================================================================
RCS file: /cvs/src/src/gas/configure,v
retrieving revision 1.109
diff -c -r1.109 configure
*** configure	2002/02/26 10:28:04	1.109
--- configure	2002/03/12 17:44:54
***************
*** 2439,2444 ****
--- 2439,2445 ----
  EOF
  
  			    ;;
+       i386-*-nto-qnx*)      fmt=elf ;;
        i386-*-rtemself*)     fmt=elf ;;
        i386-*-rtemscoff*)    fmt=coff ;;
        i386-*-rtems*)        fmt=elf ;;
Index: configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.97
diff -c -r1.97 configure.in
*** configure.in	2002/02/26 10:28:04	1.97
--- configure.in	2002/03/12 17:44:57
***************
*** 286,291 ****
--- 286,292 ----
  			    fmt=coff em=go32 bfd_gas=yes
  			    AC_DEFINE(STRICTCOFF, 1, [Using strict COFF?])
  			    ;;
+       i386-*-nto-qnx*)      fmt=elf ;;
        i386-*-rtemself*)     fmt=elf ;;
        i386-*-rtemscoff*)    fmt=coff ;;
        i386-*-rtems*)        fmt=elf ;;

-- 
J.T. Conklin



More information about the Binutils mailing list