]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add FreeBSD/aout target confiiguration. Make it a 386BSD clone.
authorAndrew Cagney <cagney@redhat.com>
Thu, 13 Nov 1997 22:21:36 +0000 (22:21 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 13 Nov 1997 22:21:36 +0000 (22:21 +0000)
gas/configure.in

index 34bf5f98f99768f2a588928ee9978063de8f653b..8879762911e7291663c30917df27f7c7a92e2218 100644 (file)
@@ -161,8 +161,10 @@ changequote([,])dnl
       i386-*-linux*coff*)   fmt=coff em=linux ;;
       i386-*-linux*)        fmt=elf em=linux ;;
       i386-*-lynxos*)       fmt=coff em=lynx ;;
-      i386-*-sysv4* | i386-*-solaris* | i386-*-elf | i386-*-freebsdelf*)
+      i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
                            fmt=elf ;;
+      i386-*-freebsdelf*)   fmt=elf ;;
+      i386-*-freebsd*)      fmt=aout em=386bsd ;;
       i386-*-sco*elf*)      fmt=elf
                            if test ${this_target} = $target; then
                                AC_DEFINE(SCO_ELF)