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 Sync with configure.in.
details: https://anonhg.NetBSD.org/src/rev/cd38e5a642a3
branches: trunk
changeset: 503202:cd38e5a642a3
user: tv <tv%NetBSD.org@localhost>
date: Fri Feb 02 18:25:10 2001 +0000
description:
Sync with configure.in.
diffstat:
gnu/dist/toolchain/gas/configure | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diffs (73 lines):
diff -r 2cefac98847a -r cd38e5a642a3 gnu/dist/toolchain/gas/configure
--- a/gnu/dist/toolchain/gas/configure Fri Feb 02 18:25:04 2001 +0000
+++ b/gnu/dist/toolchain/gas/configure Fri Feb 02 18:25:10 2001 +0000
@@ -1713,9 +1713,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 ;;
@@ -1786,7 +1786,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;;
@@ -1797,8 +1798,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 ;;
@@ -1829,6 +1829,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
@@ -1862,7 +1863,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 ;;
@@ -1880,8 +1882,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 ;;
@@ -1897,7 +1899,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