diff options
author | David O'Brien <obrien@FreeBSD.org> | 2001-02-19 06:40:29 +0000 |
---|---|---|
committer | David O'Brien <obrien@FreeBSD.org> | 2001-02-19 06:40:29 +0000 |
commit | cac5b87b93dc989b1d6c0db9e0c916b7fd8b29d6 (patch) | |
tree | bdb03c0f5849361664db8dade515ae312f9c35b4 /gas/configure | |
parent | d4af977521b974ac3ac87723eeb3ee57d7a5d3dc (diff) | |
download | gdb-cac5b87b93dc989b1d6c0db9e0c916b7fd8b29d6.zip gdb-cac5b87b93dc989b1d6c0db9e0c916b7fd8b29d6.tar.gz gdb-cac5b87b93dc989b1d6c0db9e0c916b7fd8b29d6.tar.bz2 |
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>
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure index 85504cc..d5a9064 100755 --- a/gas/configure +++ b/gas/configure @@ -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*) |