aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-06-16 15:13:43 +0000
committerIan Lance Taylor <ian@airs.com>1997-06-16 15:13:43 +0000
commit644344185485f78b25ac547f0ede96dd913550bc (patch)
treec5c82dfc004844650f7378f98572a41cc513a112 /configure.in
parent45c795f7c00faa2707e5c76357ae5fdbf5480c53 (diff)
downloadgdb-644344185485f78b25ac547f0ede96dd913550bc.zip
gdb-644344185485f78b25ac547f0ede96dd913550bc.tar.gz
gdb-644344185485f78b25ac547f0ede96dd913550bc.tar.bz2
* configure.in: Build itl, db, sn, etc., when building for native
cygwin32. * Makefile.in (LD): New variable. (EXTRA_HOST_FLAGS): Pass down LD. ($(DO_X)): Likewise. Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com> * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in23
1 files changed, 9 insertions, 14 deletions
diff --git a/configure.in b/configure.in
index 95654f4..81c9622 100644
--- a/configure.in
+++ b/configure.in
@@ -391,10 +391,7 @@ case "${host}" in
# end-sanitize-ide
;;
*-*-cygwin32)
- noconfigdirs="expect dejagnu cvs autoconf automake bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn gnuserv"
-# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake"
-# end-sanitize-ide
+ noconfigdirs="expect dejagnu cvs autoconf automake bison send-pr gprof rcs guile perl texinfo apache inet"
;;
*-*-windows*)
# This is only used to build WinGDB...
@@ -480,17 +477,18 @@ case "${target}" in
;;
*-*-cygwin32)
target_configdirs="$target_configdirs target-winsup"
- noconfigdirs="$noconfigdirs expect target-libgloss itcl db sn gnuserv"
-# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake"
-# end-sanitize-ide
+ noconfigdirs="$noconfigdirs expect target-libgloss"
# always build newlib.
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
# Can't build gdb for cygwin32 if not native.
case "${host}" in
- *-*-cygwin32) ;; # keep gdb tcl tk expect
- *) noconfigdirs="$noconfigdirs gdb tcl tk expect"
+ *-*-cygwin32) ;; # keep gdb tcl tk expect etc.
+ *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl db sn gnuserv"
+# start-sanitize-ide
+ noconfigdirs="$noconfigdirs libide vmake"
+# end-sanitize-ide
+ ;;
esac
;;
i[3456]86-*-pe)
@@ -642,10 +640,7 @@ esac
# If we are building a Canadian Cross, discard tools that can not be built
# using a cross compiler. FIXME: These tools should be fixed.
if [ "${build}" != "${host}" ]; then
- noconfigdirs="$noconfigdirs expect dejagnu itcl db sn gnuserv"
-# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide ilu vmake"
-# end-sanitize-ide
+ noconfigdirs="$noconfigdirs expect dejagnu"
fi
# Make sure we don't let GNU ld be added if we didn't want it.