* 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.
This commit is contained in:
Corinna Vinschen
2002-12-12 10:34:12 +00:00
parent a6af7dbdc3
commit 24f7d30fa9
6 changed files with 14 additions and 3 deletions

2
winsup/configure vendored
View File

@ -917,13 +917,13 @@ CXXFLAGS='$(CFLAGS)'
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*)