summaryrefslogtreecommitdiffstats
path: root/gas/configure.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-06-18 14:09:41 +0000
committerNick Clifton <nickc@redhat.com>2004-06-18 14:09:41 +0000
commit32137342ec784ec1255686b45956f7f2b1f8e037 (patch)
treeef10ee40754cfd631546b6d9e3f0201a758a6c84 /gas/configure.in
parentd39ffabe00dcd404fc3e2ef95f0b87056066c030 (diff)
downloadppe42-binutils-32137342ec784ec1255686b45956f7f2b1f8e037.tar.gz
ppe42-binutils-32137342ec784ec1255686b45956f7f2b1f8e037.zip
* config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
* config/te-netware.h: New file. * config/te-ppcnw.h: Delete: Obsolete. * configure.in: Eliminate ill NetWare targets. Make generic NetWare target use proper emulation. * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add reference to new te-netware.h. * configure: Regenerate. * Makefile.in: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 446f68970f..ab6460cbbe 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -190,7 +190,6 @@ changequote([,])dnl
a29k-*-vxworks*) fmt=coff ;;
alpha*-*-*vms*) fmt=evax ;;
- alpha*-*-netware*) fmt=ecoff ;;
alpha*-*-osf*) fmt=ecoff ;;
alpha*-*-linuxecoff*) fmt=ecoff ;;
alpha*-*-linux-gnu*) fmt=elf em=linux ;;
@@ -434,7 +433,6 @@ changequote([,])dnl
fi ;;
ppc-*-rtems*) fmt=elf ;;
ppc-*-macos*) fmt=coff em=macos ;;
- ppc-*-netware*) fmt=elf em=ppcnw ;;
ppc-*-nto*) fmt=elf ;;
ppc-*-kaos*) fmt=elf ;;
ppc-*-lynxos*) fmt=elf em=lynx bfd_gas=yes ;;
@@ -523,7 +521,7 @@ changequote([,])dnl
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
*-*-aros*) fmt=elf em=linux bfd_gas=yes ;;
*-*-vxworks | *-*-windiss) fmt=elf ;;
- *-*-netware) fmt=elf ;;
+ *-*-netware) fmt=elf em=netware ;;
esac
if test ${this_target} = $target ; then
OpenPOWER on IntegriCloud