This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
[PATCH]: GAS changes for QNX 6.1 for the i386
- From: jtc at acorntoolworks dot com (J.T. Conklin)
- To: binutils at sources dot redhat dot com
- Date: 12 Mar 2002 10:53:48 -0800
- Subject: [PATCH]: GAS changes for QNX 6.1 for the i386
- Reply-to: jtc at acorntoolworks dot com
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