From 644344185485f78b25ac547f0ede96dd913550bc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 16 Jun 1997 15:13:43 +0000 Subject: * 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 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh. --- configure.in | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 95654f44792..81c9622f75b 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. -- cgit v1.2.1