diff options
author | Geoffrey Noer <noer@cygnus> | 1996-05-20 17:10:24 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1996-05-20 17:10:24 +0000 |
commit | bc68eff477873d1dbce3fb5ac8c9795c2723e1c6 (patch) | |
tree | 941dfdc271aa03d267a1ddad9dbac4a57826be5b /configure.in | |
parent | 6a4bfd8350bcf830ad6a1dc2b241f6a9e4cbb1ee (diff) | |
download | gdb-bc68eff477873d1dbce3fb5ac8c9795c2723e1c6.zip gdb-bc68eff477873d1dbce3fb5ac8c9795c2723e1c6.tar.gz gdb-bc68eff477873d1dbce3fb5ac8c9795c2723e1c6.tar.bz2 |
Configure and build make for *-*-cygwin32 targets
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 72e115d..1dd3202 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" |