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:
775e3a2
)
Convert dec3100 to decstation.
author
John Gilmore
<gnu@cygnus>
Wed, 16 Oct 1991 01:10:42 +0000
(
01:10
+0000)
committer
John Gilmore
<gnu@cygnus>
Wed, 16 Oct 1991 01:10:42 +0000
(
01:10
+0000)
bfd/configure.in
patch
|
blob
|
history
diff --git
a/bfd/configure.in
b/bfd/configure.in
index ce0f7661442685cc62442f9190f20838d13606a6..38c520f2a58b03f52d6ac582134ad18db128941c 100644
(file)
--- a/
bfd/configure.in
+++ b/
bfd/configure.in
@@
-111,6
+111,13
@@
sony) bfd_target=news ;;
intel) bfd_target=${target_cpu}-coff ;;
cbm) bfd_target=${target_cpu}-elf ;;
+amd)
+ case "${target_os}" in
+ ebmon) bfd_target=a29k-coff ;;
+ *) bfd_target=a29k-aout ;;
+ esac
+ ;;
+
hitachi)
case "${target_cpu}" in
h8300) bfd_target=h8300-ieee ;;
@@
-133,7
+140,7
@@
sun)
;;
dec)
case "${target_cpu}" in
- mips) bfd_target=dec
3100
;;
+ mips) bfd_target=dec
station
;;
vax) bfd_target=vax ;;
esac
;;