From 082b767ff55b3f769b4d0cb07d52147a493d5224 Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 1 Mar 1998 23:26:32 +0000 Subject: Configuration changes to support FreeBSD. The linker only works for ELF, not a.out. But all the other tools support both. I'm not so sure about the assembler -- it might need more work. --- contrib/binutils/gas/configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/binutils/gas/configure') diff --git a/contrib/binutils/gas/configure b/contrib/binutils/gas/configure index b188f4f..661cea9 100755 --- a/contrib/binutils/gas/configure +++ b/contrib/binutils/gas/configure @@ -817,8 +817,10 @@ for this_target in $target $canon_targets ; do i386-*-linux*) fmt=elf em=linux ;; i386-*-lynxos*) fmt=coff targ=i386coff em=lynx ;; - i386-*-sysv4* | i386-*-solaris* | i386-*-elf | i386-*-freebsdelf*) + i386-*-sysv4* | i386-*-solaris* | i386-*-elf) fmt=elf ;; + i386-*-freebsdelf*) fmt=elf em=freebsd ;; + i386-*-freebsd*) fmt=aout em=freebsd bfd_gas=yes ;; i386-*-sco*elf*) fmt=elf targ=sco5 ;; i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*) fmt=coff targ=i386coff ;; -- cgit v1.1