* 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:
@@ -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*)
|
||||
|
Reference in New Issue
Block a user