From: Ian Lance Taylor Date: Thu, 19 Feb 1998 18:43:09 +0000 (+0000) Subject: * configure.in: Don't build libgui for a cygwin32 target when not on X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccac0df194cba8734a2f7d9da05dcac424c53211;p=binutils-gdb.git * configure.in: Don't build libgui for a cygwin32 target when not on a cygwin32 host. --- diff --git a/ChangeLog b/ChangeLog index 7b37ae9ee7f..ceb95d0ce22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Feb 19 13:40:41 1998 Ian Lance Taylor + + * configure.in: Don't build libgui for a cygwin32 target when not on + a cygwin32 host. + +Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * configure (redirect): Set to null, so default behavior of + configure is now --verbose. + Thu Feb 12 15:03:08 1998 H.J. Lu * ltmain.sh (mkdir): Check that the directory doesn't exist diff --git a/configure.in b/configure.in index 3629e59d403..93e52e76b57 100644 --- a/configure.in +++ b/configure.in @@ -611,7 +611,7 @@ case "${target}" in ;; esac ;; - *-*-cygwin32) + *-*-cygwin32*) target_configdirs="$target_configdirs target-winsup" noconfigdirs="$noconfigdirs target-gperf target-libgloss" # always build newlib. @@ -619,8 +619,8 @@ case "${target}" in # Can't build gdb for cygwin32 if not native. case "${host}" in - *-*-cygwin32) ;; # keep gdb tcl tk expect etc. - *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv" + *-*-cygwin32*) ;; # keep gdb tcl tk expect etc. + *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db sn gnuserv" # start-sanitize-ide noconfigdirs="$noconfigdirs libide vmake jstools" # end-sanitize-ide