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:
e87f924
)
* configure.in: change lynx support to CPU-*-lynxos*
author
David D. Zuhn
<zoo@cygnus>
Fri, 4 Jun 1993 21:17:32 +0000
(21:17 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Fri, 4 Jun 1993 21:17:32 +0000
(21:17 +0000)
* Makefile.in (subdir_do): change test from existence of directory
to existence of Makefile (the directory may exist but not be configured)
gdb/configure.in
patch
|
blob
|
history
diff --git
a/gdb/configure.in
b/gdb/configure.in
index fb546d6a5eac6bd44e14bdc3623e003de5025500..7777c8e58a7526b8c658deedf146e5f57a7a4791 100644
(file)
--- a/
gdb/configure.in
+++ b/
gdb/configure.in
@@
-167,7
+167,7
@@
i[34]86-*-elf) gdb_target=i386v ;;
i[34]86-*-bsd*) gdb_target=i386bsd ;;
i[34]86-*-go32) gdb_target=i386aout ;;
-i[34]86-*-lynx
*)
gdb_target=i386lynx
+i[34]86-*-lynx
os*)
gdb_target=i386lynx
configdirs="${configdirs} gdbserver"
;;
i[34]86-*-solaris*) gdb_target=i386sol2 ;;