aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1995-10-19 17:43:46 +0000
committerSteve Chamberlain <sac@cygnus>1995-10-19 17:43:46 +0000
commit1f6701a0cd5f59fd885a6c2ba087224c92030404 (patch)
tree356fe87eb96ad777c5ad9e4525ddfec78e78fd1a /configure.in
parent2cbf1e15f6eab71966584b7f40747ea7470e99d1 (diff)
downloadgdb-1f6701a0cd5f59fd885a6c2ba087224c92030404.zip
gdb-1f6701a0cd5f59fd885a6c2ba087224c92030404.tar.gz
gdb-1f6701a0cd5f59fd885a6c2ba087224c92030404.tar.bz2
Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
* configure.in (i[345]86-*-win32): Always build newlib. Don't configure cvs, autoconf or texinfo. * Makefile.in (LD_FOR_TARGET): New. (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES): Pass down LD_FOR_TARGET.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9329be3..8881bc64 100644
--- a/configure.in
+++ b/configure.in
@@ -331,7 +331,7 @@ esac
case "${target}" in
i[345]86-*-win32*)
- configdirs="$configdirs winsup" ;;
+ configdirs="$configdirs winsup newlib" ;;
esac
# Remove more programs from consideration, based on the host or
@@ -348,7 +348,7 @@ case "${host}" in
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff"
;;
i[345]86-*-win32)
- noconfigdirs="tk tcl expect dejagnu texinfo bison send-pr gprof rcs"
+ noconfigdirs="tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs"
;;
esac