aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/configure
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-06-13 10:20:48 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-06-13 10:20:48 +0000
commitdc8971488e7c174ab4084cbdb0a8f12c39b738d7 (patch)
treed679387fa379b6d5feb9756bdd7237347614453b /winsup/mingw/configure
parent5f74ae83e5fba1ceb73a8d822cbe2b48c619127f (diff)
downloadnewlib-dc8971488e7c174ab4084cbdb0a8f12c39b738d7.zip
newlib-dc8971488e7c174ab4084cbdb0a8f12c39b738d7.tar.gz
newlib-dc8971488e7c174ab4084cbdb0a8f12c39b738d7.tar.bz2
* include/_mingw.h: Increment version to 2.0.
* Makefile.in: Ditto. Merge in mingwex branch.
Diffstat (limited to 'winsup/mingw/configure')
-rwxr-xr-xwinsup/mingw/configure17
1 files changed, 5 insertions, 12 deletions
diff --git a/winsup/mingw/configure b/winsup/mingw/configure
index 1570852..1d976f3 100755
--- a/winsup/mingw/configure
+++ b/winsup/mingw/configure
@@ -1659,20 +1659,16 @@ test "$host_alias" != "$target_alias" &&
NONENONEs,x,x, &&
program_prefix=${target_alias}-
-
-configdirs=""
-SUBDIRS=""
+SUBDIRS="profile mingwex"
+configdirs="profile mingwex"
HEADER_SUBDIR=""
+LIBGMON_A=libgmon.a
+
case "$target_os" in
*cygwin*)
MNO_CYGWIN=-mno-cygwin
- configdirs="$configdirs"
- # FIXME MinGW versions of libm.a and libgmon.a needed for -mno-cygwin
- # Do not build libm.a when building under Cygwin winsup. Otherwise, it'll
- # overwrite Cygwin's one. Likewise for libgmon.a.
LIBM_A=
- LIBGMON_A=
# Install mingw headers in mingw subdirectory.
HEADER_SUBDIR="mingw"
;;
@@ -1680,9 +1676,6 @@ case "$target_os" in
# Build it for MSVCRT by default.
MNO_CYGWIN=
LIBM_A=libm.a
- LIBGMON_A=libgmon.a
- SUBDIRS="profile"
- configdirs="$configdirs profile"
;;
esac
@@ -1719,7 +1712,7 @@ MKINSTALLDIRS=$ac_aux_dir/mkinstalldirs
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:1723: checking for a BSD compatible install" >&5
+echo "configure:1716: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6