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:
867a1b8
)
handle z8k-coff
author
David D. Zuhn
<zoo@cygnus>
Thu, 5 Aug 1993 22:57:13 +0000
(22:57 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Thu, 5 Aug 1993 22:57:13 +0000
(22:57 +0000)
gdb/configure.in
patch
|
blob
|
history
diff --git
a/gdb/configure.in
b/gdb/configure.in
index 55b651ce34bbf6189ee5514d91e04d11648229b2..2dbc9740348777110fa5b043fc7140d7b1840847 100644
(file)
--- a/
gdb/configure.in
+++ b/
gdb/configure.in
@@
-270,7
+270,7
@@
sparc64-*-*) gdb_target_cpu=sparc gdb_target=sp64 ;;
tahoe-*-*) gdb_target=tahoe ;;
vax-*-*) gdb_target=vax ;;
-z8k-*-sim
)
gdb_target=z8ksim ;;
+z8k-*-sim
| z8k-*-coff)
gdb_target=z8ksim ;;
esac
if [ ! -f ${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt ]; then