001-02-18 David O'Brien <obrien@FreeBSD.org>
* configure.in (cpu_type, arch): Add a generic FreeBSD specification as all FreeBSD platforms should look the same at this level. * configure: Rebuilt. * config/tc-i386.c: Add support for old FreeBSD a.out hosts. Approved by: Philip Blundell <philb@gnu.org> Message-Id: <E14URxF-00023n-00@kings-cross.london.uk.eu.org>
This commit is contained in:
parent
d4af977521
commit
cac5b87b93
@ -1,3 +1,10 @@
|
||||
001-02-18 David O'Brien <obrien@FreeBSD.org>
|
||||
|
||||
* configure.in (cpu_type, arch): Add a generic FreeBSD specification as
|
||||
all FreeBSD platforms should look the same at this level.
|
||||
* configure: Rebuilt.
|
||||
* config/tc-i386.c: Add support for old FreeBSD a.out hosts.
|
||||
|
||||
2001-02-18 lars brinkhoff <lars@nocrew.org>
|
||||
|
||||
* Makefile.am: Add PDP-11 target.
|
||||
|
@ -75,6 +75,9 @@ extern int tc_i386_fix_adjustable PARAMS ((struct fix *));
|
||||
#define TARGET_MACH (i386_mach ())
|
||||
extern unsigned long i386_mach PARAMS ((void));
|
||||
|
||||
#ifdef TE_FreeBSD
|
||||
#define AOUT_TARGET_FORMAT "a.out-i386-freebsd"
|
||||
#endif
|
||||
#ifdef TE_NetBSD
|
||||
#define AOUT_TARGET_FORMAT "a.out-i386-netbsd"
|
||||
#endif
|
||||
|
2
gas/configure
vendored
2
gas/configure
vendored
@ -2387,7 +2387,6 @@ for this_target in $target $canon_targets ; do
|
||||
fmt=elf bfd_gas=yes ;;
|
||||
i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
|
||||
fmt=aout em=386bsd ;;
|
||||
i386-*-freebsd*) fmt=elf bfd_gas=yes ;;
|
||||
i386-*-coff | i386-*-sysv* | i386-*-sco3.2v5*coff | i386-*-isc*)
|
||||
fmt=coff ;;
|
||||
i386-*-sco3.2v5*) fmt=elf
|
||||
@ -2591,6 +2590,7 @@ EOF
|
||||
|
||||
*-*-aout | *-*-scout)
|
||||
fmt=aout ;;
|
||||
*-*-freebsd*) fmt=elf bfd_gas=yes ;;
|
||||
*-*-nindy*)
|
||||
fmt=bout ;;
|
||||
*-*-bsd*)
|
||||
|
@ -249,7 +249,6 @@ changequote(,)dnl
|
||||
i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
|
||||
fmt=aout em=386bsd ;;
|
||||
changequote([,])dnl
|
||||
i386-*-freebsd*) fmt=elf bfd_gas=yes ;;
|
||||
i386-*-coff | i386-*-sysv* | i386-*-sco3.2v5*coff | i386-*-isc*)
|
||||
fmt=coff ;;
|
||||
i386-*-sco3.2v5*) fmt=elf
|
||||
@ -444,6 +443,7 @@ changequote([,])dnl
|
||||
|
||||
*-*-aout | *-*-scout)
|
||||
fmt=aout ;;
|
||||
*-*-freebsd*) fmt=elf bfd_gas=yes ;;
|
||||
*-*-nindy*)
|
||||
fmt=bout ;;
|
||||
*-*-bsd*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user