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:
f48e264
)
Support aout and coff, as well as none, as "OS" settings for remote 29K GDB.
author
John Gilmore
<gnu@cygnus>
Fri, 13 Sep 1991 06:38:44 +0000
(06:38 +0000)
committer
John Gilmore
<gnu@cygnus>
Fri, 13 Sep 1991 06:38:44 +0000
(06:38 +0000)
gdb/configure.in
patch
|
blob
|
history
diff --git
a/gdb/configure.in
b/gdb/configure.in
index 9278fbfc97a9c04acc811165ac290c6c0aa3a654..3272575bb3762cb621aae85d324c4751081204ef 100644
(file)
--- a/
gdb/configure.in
+++ b/
gdb/configure.in
@@
-167,7
+167,7
@@
none | arm | tahoe | vax | np1 | pn | np1 | pn | pyramid | merlin | m88k)
a29k)
case "${target_os}" in
- none
)
gdb_target=a29k ;;
+ none
|aout|coff)
gdb_target=a29k ;;
sym1) gdb_target=ultra3 ;;
kern) gdb_target=a29k-kern ;;
esac