don't use te-obsd.h for a.out yet, bfd doesn't know about this target.

This commit is contained in:
fgsch 2002-02-20 10:46:29 +00:00
parent 441a842a94
commit f95baad058

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-gas_configure_in,v 1.1.1.1 2002/02/19 04:19:21 fgsch Exp $
$OpenBSD: patch-gas_configure_in,v 1.2 2002/02/20 10:46:29 fgsch Exp $
--- gas/configure.in.orig Mon Jun 11 07:04:44 2001
+++ gas/configure.in Wed Jan 2 18:19:21 2002
+++ gas/configure.in Wed Feb 20 06:42:53 2002
@@ -173,7 +173,7 @@ changequote([,])dnl
alpha*-*-*vms*) fmt=evax ;;
@ -18,30 +18,12 @@ $OpenBSD: patch-gas_configure_in,v 1.1.1.1 2002/02/19 04:19:21 fgsch Exp $
hppa-*-osf*) fmt=som em=hppa ;;
hppa-*-rtems*) fmt=elf em=hppa ;;
hppa-*-hpux11*) case ${cpu} in
@@ -241,7 +242,7 @@ changequote([,])dnl
i386-*-bsd*) fmt=aout em=386bsd ;;
i386-*-netbsd0.8) fmt=aout em=386bsd ;;
i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;;
- i386-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes;;
+ i386-*-openbsd*) fmt=aout em=obsd bfd_gas=yes;;
i386-*-linux*aout* | i386-*-linux*oldld) fmt=aout em=linux ;;
i386-*-linux*coff*) fmt=coff em=linux ;;
i386-*-linux-gnu*) fmt=elf em=linux bfd_gas=yes ;;
@@ -318,7 +319,7 @@ changequote([,])dnl
m68k-*-gnu*) fmt=elf ;;
m68k-*-lynxos*) fmt=coff em=lynx ;;
m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
- m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
+ m68k-*-openbsd*) fmt=aout em=obsd bfd_gas=yes ;;
m68k-apple-aux*) fmt=coff em=aux ;;
m68k-*-psos*) fmt=elf em=psos;;
@@ -420,7 +421,15 @@ changequote([,])dnl
sparc64) fmt=elf ;;
esac
;;
- sparc-*-openbsd*) fmt=aout em=nbsd ;;
+ sparc-*-openbsd*) em=obsd bfd_gas=yes
+ sparc-*-openbsd*) em=nbsd bfd_gas=yes
+ case ${cpu} in
+ sparc) case ${os} in
+ *elf*) fmt=elf ;;