summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/gas/configure
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-03-01 23:26:32 +0000
committerjdp <jdp@FreeBSD.org>1998-03-01 23:26:32 +0000
commit082b767ff55b3f769b4d0cb07d52147a493d5224 (patch)
tree9fcfccab72b93860bb465793210a2065b7b93e72 /contrib/binutils/gas/configure
parent96d45f0ff66279ad8b28898b8e1d3e168cecb66a (diff)
downloadFreeBSD-src-082b767ff55b3f769b4d0cb07d52147a493d5224.zip
FreeBSD-src-082b767ff55b3f769b4d0cb07d52147a493d5224.tar.gz
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.
Diffstat (limited to 'contrib/binutils/gas/configure')
-rwxr-xr-xcontrib/binutils/gas/configure4
1 files changed, 3 insertions, 1 deletions
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 ;;
OpenPOWER on IntegriCloud