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:
76ba9b5
)
* configure.in (i960-*-{aout,bout}): Support these.
author
John Gilmore
<gnu@cygnus>
Thu, 22 Oct 1992 10:08:11 +0000
(10:08 +0000)
committer
John Gilmore
<gnu@cygnus>
Thu, 22 Oct 1992 10:08:11 +0000
(10:08 +0000)
bfd/configure.in
patch
|
blob
|
history
diff --git
a/bfd/configure.in
b/bfd/configure.in
index 0d96710ba6d16ab97b5a87b339ab3d0e4d805738..03040af652c0eeb00b0f06fa98afb4c624692d96 100644
(file)
--- a/
bfd/configure.in
+++ b/
bfd/configure.in
@@
-51,6
+51,8
@@
case "${target}" in
i[34]86-*-bsd*) bfd_target=i386-bsd ;;
i[34]86-none-*) bfd_target=i386-coff ;;
i960-*-vxworks) bfd_target=i960-bout ;;
+ i960-*-aout) bfd_target=i960-bout ;;
+ i960-*-bout) bfd_target=i960-bout ;;
m68*-hp-bsd) bfd_target=hp300bsd ;;
m68*-*-aout) bfd_target=m68k-aout ;;
m68*-*-coff) bfd_target=m68k-coff ;;