projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c6165
)
* configure.in (target==go32): Don't build gdb.
author
Steve Chamberlain
<sac@cygnus>
Sat, 7 May 1994 23:48:27 +0000
(23:48 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Sat, 7 May 1994 23:48:27 +0000
(23:48 +0000)
* dosrel: New directory.
.Sanitize
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/.Sanitize
b/.Sanitize
index
8bbd7b6
..
ef647f8
100644
(file)
--- a/
.Sanitize
+++ b/
.Sanitize
@@
-59,6
+59,7
@@
cvs
deja-gnu
dejagnu
diff
+dosrel
dvips
emacs
etc
diff --git
a/configure.in
b/configure.in
index
9347446
..
dfdb939
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-220,7
+220,9
@@
case "${target}" in
;;
i[34]86-*-go32)
# add the go32 support tools to the list
+ # but don't build gdb
configdirs=`echo go32 ${configdirs}`
+ noconfigdis="$noconfigdirs gdb"
;;
i[34]86-*-sco*)
noconfigdirs="$noconfigdirs gprof"