projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8a900
)
Add FreeBSD/aout target confiiguration. Make it a 386BSD clone.
author
Andrew Cagney
<cagney@redhat.com>
Thu, 13 Nov 1997 22:21:36 +0000
(22:21 +0000)
committer
Andrew Cagney
<cagney@redhat.com>
Thu, 13 Nov 1997 22:21:36 +0000
(22:21 +0000)
gas/configure.in
patch
|
blob
|
history
diff --git
a/gas/configure.in
b/gas/configure.in
index 34bf5f98f99768f2a588928ee9978063de8f653b..8879762911e7291663c30917df27f7c7a92e2218 100644
(file)
--- a/
gas/configure.in
+++ b/
gas/configure.in
@@
-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)