From cac5b87b93dc989b1d6c0db9e0c916b7fd8b29d6 Mon Sep 17 00:00:00 2001 From: David O'Brien Date: Mon, 19 Feb 2001 06:40:29 +0000 Subject: 001-02-18 David O'Brien * 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 Message-Id: --- gas/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/configure.in') diff --git a/gas/configure.in b/gas/configure.in index ed37ed3d7b3..e8ccb624ecb 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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*) -- cgit v1.2.1