Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>

* configure.in: drop "32" from config/mh-cygwin32.  Check
        cygwin* instead of cygwin32*.
        * config.sub: Check cygwin* instead of cygwin32*.
This commit is contained in:
Geoffrey Noer 1998-11-02 23:20:51 +00:00
parent 354a246b25
commit 0d1ca1269d
1 changed files with 9 additions and 9 deletions

View File

@ -210,8 +210,8 @@ case "${host}" in
i[3456]86-*-msdosdjgpp*) i[3456]86-*-msdosdjgpp*)
host_makefile_frag="${host_makefile_frag} config/mh-go32" host_makefile_frag="${host_makefile_frag} config/mh-go32"
;; ;;
*-cygwin32*) *-cygwin*)
host_makefile_frag="${host_makefile_frag} config/mh-cygwin32" host_makefile_frag="${host_makefile_frag} config/mh-cygwin"
;; ;;
*-mingw32*) *-mingw32*)
host_makefile_frag="${host_makefile_frag} config/mh-mingw32" host_makefile_frag="${host_makefile_frag} config/mh-mingw32"
@ -299,8 +299,8 @@ if [ x${shared} = xyes ]; then
hppa*) hppa*)
host_makefile_frag="${host_makefile_frag} config/mh-papic" host_makefile_frag="${host_makefile_frag} config/mh-papic"
;; ;;
i[3456]86-*-cygwin32*) i[3456]86-*-cygwin*)
# We don't want -fPIC on cygwin32. # We don't want -fPIC on Cygwin.
;; ;;
i[3456]86-*) i[3456]86-*)
host_makefile_frag="${host_makefile_frag} config/mh-x86pic" host_makefile_frag="${host_makefile_frag} config/mh-x86pic"
@ -528,7 +528,7 @@ case "${host}" in
configdirs="$configdirs dosrel" ;; configdirs="$configdirs dosrel" ;;
i[3456]86-*-mingw32*) i[3456]86-*-mingw32*)
configdirs="$configdirs dosrel" ;; configdirs="$configdirs dosrel" ;;
*-cygwin32*) *-cygwin*)
configdirs="$configdirs dosrel" ;; configdirs="$configdirs dosrel" ;;
esac esac
@ -561,7 +561,7 @@ case "${host}" in
# noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv" # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv"
noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool" noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
;; ;;
*-*-cygwin32) *-*-cygwin*)
noconfigdirs="autoconf automake send-pr gprof rcs guile perl texinfo apache inet" noconfigdirs="autoconf automake send-pr gprof rcs guile perl texinfo apache inet"
;; ;;
*-*-windows*) *-*-windows*)
@ -696,15 +696,15 @@ case "${target}" in
;; ;;
esac esac
;; ;;
*-*-cygwin32*) *-*-cygwin*)
target_configdirs="$target_configdirs target-winsup" target_configdirs="$target_configdirs target-winsup"
noconfigdirs="$noconfigdirs target-gperf target-libgloss" noconfigdirs="$noconfigdirs target-gperf target-libgloss"
# always build newlib. # always build newlib.
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
# Can't build gdb for cygwin32 if not native. # Can't build gdb for Cygwin if not native.
case "${host}" in case "${host}" in
*-*-cygwin32*) ;; # keep gdb tcl tk expect etc. *-*-cygwin*) ;; # keep gdb tcl tk expect etc.
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv" *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv"
# start-sanitize-ide # start-sanitize-ide
noconfigdirs="$noconfigdirs libide libidetcl vmake jstools" noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"