Changeset - r19642:1c41f7370808
[Not reviewed]
master
0 1 0
rubidium - 12 years ago 2012-10-04 15:44:09
rubidium@openttd.org
(svn r24573) -Fix: hopefully get packing right on Mingw's gcc 4.7
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1488,6 +1488,9 @@ make_cflags_and_ldflags() {
 
			if [ $cc_version -ge 44 ]; then
 
				LDFLAGS_BUILD="$LDFLAGS_BUILD -static-libgcc -static-libstdc++"
 
			fi
 
			if [ $cc_version -ge 47 ]; then
 
				CFLAGS="$CFLAGS -mno-ms-bitfields"
 
			fi
 
		fi
 
	fi
 

	
0 comments (0 inline, 0 general)