Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-12-12 13:34:12 +0300
committerCorinna Vinschen <corinna@vinschen.de>2002-12-12 13:34:12 +0300
commit24f7d30fa9fe63de4e13aa36f36c04afc6f7290b (patch)
tree2f48c462c496ab6a563ee68cd39036eb0da21385 /winsup/configure.in
parenta6af7dbdc3eccbfb9e68da43eb4a8d2cc59b7c4c (diff)
* Makefile.common: Define MINGW_LDFLAGS.
* configure.in: Reorder SUBDIRS to have mingw before cygwin. * configure: Regenerate from configure.in. * cygwin/Makefile.in: Add MINGW_LDFLAGS when linking cygrun.exe.
Diffstat (limited to 'winsup/configure.in')
-rwxr-xr-xwinsup/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/configure.in b/winsup/configure.in
index 79d472b9e..2f29da8bd 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -67,13 +67,13 @@ LIB_AC_PROG_CC
LIB_AC_PROG_CXX
SUBDIRS='cygwin'
+test -d $srcdir/mingw && SUBDIRS="mingw $SUBDIRS"
if test -d $srcdir/w32api; then
SUBDIRS="w32api $SUBDIRS"
else
echo "*** missing w32api directory" 1>&2
exit 1
fi
-test -d $srcdir/mingw && SUBDIRS="$SUBDIRS mingw"
case "$with_cross_host" in
""|*cygwin*)