* 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:
		
							
								
								
									
										2
									
								
								winsup/configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								winsup/configure
									
									
									
									
										vendored
									
									
								
							@@ -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*)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user