From bc68eff477873d1dbce3fb5ac8c9795c2723e1c6 Mon Sep 17 00:00:00 2001 From: Geoffrey Noer Date: Mon, 20 May 1996 17:10:24 +0000 Subject: [PATCH] Configure and build make for *-*-cygwin32 targets --- configure.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 72e115db2bb..1dd320262c1 100644 --- a/configure.in +++ b/configure.in @@ -353,10 +353,10 @@ case "${host}" in noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet" ;; *-*-cygwin32) - noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet" + noconfigdirs="patch diff tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet" ;; ppc*-*-pe) - noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet" + noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet" ;; esac @@ -415,10 +415,8 @@ case "${target}" in noconfigdirs="$noconfigdirs gdb target-libg++ target-libstdc++ target-libio target-librx" ;; *-*-cygwin32) - - # make/glob's configure uses some AC_TRY_RUN type tests target_configdirs="$target_configdirs target-winsup" - noconfigdirs="$noconfigdirs tcl tk expect make target-libgloss" + noconfigdirs="$noconfigdirs tcl tk expect target-libgloss" # always build newlib. skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` @@ -427,7 +425,6 @@ case "${target}" in *-*-cygwin32 | *-*-cygwin32:*-*-cygwin32) ;; # keep gdb *) noconfigdirs="$noconfigdirs gdb" esac - ;; i[345]86-*-pe) noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss" -- 2.30.2