Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/gas Handle NetBSD targets uniformly.
details: https://anonhg.NetBSD.org/src/rev/2ccd71539405
branches: trunk
changeset: 503200:2ccd71539405
user: tv <tv%NetBSD.org@localhost>
date: Fri Feb 02 18:23:01 2001 +0000
description:
Handle NetBSD targets uniformly.
diffstat:
gnu/dist/toolchain/gas/configure.in | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diffs (74 lines):
diff -r c4cacf2c14ba -r 2ccd71539405 gnu/dist/toolchain/gas/configure.in
--- a/gnu/dist/toolchain/gas/configure.in Fri Feb 02 17:59:53 2001 +0000
+++ b/gnu/dist/toolchain/gas/configure.in Fri Feb 02 18:23:01 2001 +0000
@@ -191,9 +191,9 @@
i386-*-beospe*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;;
i386-*-bsd*) fmt=aout em=386bsd ;;
- i386-*-netbsd0.8) fmt=aout em=386bsd ;;
i386-*-netbsdelf*) fmt=elf em=nbsd bfd_gas=yes ;;
- i386-*-netbsd* | i386-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
+ i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
+ i386-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes;;
i386-*-linux*aout* | i386-*-linuxoldld) fmt=aout em=linux ;;
i386-*-linux*coff*) fmt=coff em=linux ;;
i386-*-linux-gnu*) fmt=elf em=linux bfd_gas=yes ;;
@@ -264,7 +264,8 @@
m68k-*-gnu*) fmt=elf ;;
m68k-*-lynxos*) fmt=coff em=lynx ;;
m68k-*-netbsdelf*) fmt=elf em=nbsd bfd_gas=yes ;;
- m68k-*-netbsd* | m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
+ m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
+ m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
m68k-apple-aux*) fmt=coff em=aux ;;
m68k-*-psos*) fmt=elf em=psos;;
@@ -275,8 +276,7 @@
mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;;
# don't change em like *-*-bsd does
- mipseb-*-netbsd*) fmt=elf endian=big ;;
- mipsel-*-netbsd*) fmt=elf endian=little ;;
+ mips-*-netbsd*) fmt=elf ;;
mips-dec-openbsd*) fmt=elf endian=little ;;
mips-dec-bsd*) fmt=aout endian=little ;;
mips-sony-bsd*) fmt=ecoff ;;
@@ -305,6 +305,7 @@
fmt=coff em=pe ;;
ppc-*-aix*) fmt=coff ;;
ppc-*-beos*) fmt=coff ;;
+ ppc-*-netbsd*) fmt=elf em=nbsd ;;
ppc-*-*bsd* | ppc-*-elf* | ppc-*-eabi* | ppc-*-sysv4*)
fmt=elf ;;
ppc-*-linux-gnu*) fmt=elf
@@ -336,7 +337,8 @@
sh-*-rtems*) fmt=coff ;;
ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;;
- ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
+ ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
+ ns32k-*-netbsd*) fmt=aout em=nbsd532 ;;
ns32k-pc532-openbsd*) fmt=aout em=nbsd532 ;;
sparc-*-rtemsaout*) fmt=aout ;;
@@ -354,8 +356,8 @@
fmt=elf ;;
sparc-*-netbsdelf*) fmt=elf em=nbsd bfd_gas=yes ;;
sparc-*-netbsd*) case ${cpu} in
- sparc) fmt=aout ;;
- sparc64) fmt=elf ;;
+ sparc) fmt=aout ;;
+ sparc64) fmt=elf ;;
esac
em=nbsd bfd_gas=yes ;;
sparc-*-openbsd*) fmt=aout em=nbsd ;;
@@ -371,8 +373,7 @@
v850e-*-*) fmt=elf bfd_gas=yes ;;
v850ea-*-*) fmt=elf bfd_gas=yes ;;
- vax-*-netbsd*)
- fmt=aout em=nbsd ;;
+ vax-*-netbsd*) fmt=aout em=nbsd ;;
vax-*-bsd* | vax-*-ultrix*)
fmt=aout ;;
vax-*-vms) fmt=vms ;;
Home |
Main Index |
Thread Index |
Old Index