aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
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
parentd39ffabe00dcd404fc3e2ef95f0b87056066c030 (diff)
downloadgdb-32137342ec784ec1255686b45956f7f2b1f8e037.zip
gdb-32137342ec784ec1255686b45956f7f2b1f8e037.tar.gz
gdb-32137342ec784ec1255686b45956f7f2b1f8e037.tar.bz2
* 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')
-rwxr-xr-xgas/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/configure b/gas/configure
index 666d783..1f83fbf 100755
--- a/gas/configure
+++ b/gas/configure
@@ -4229,7 +4229,6 @@ for this_target in $target $canon_targets ; do
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 ;;
@@ -4490,7 +4489,6 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;}
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 ;;
@@ -4579,7 +4577,7 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;}
*-*-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