1.1 --- a/build-scripts/gcc-fat.sh Fri May 20 22:18:15 2016 +0200
1.2 +++ b/build-scripts/gcc-fat.sh Sat May 21 00:20:52 2016 -0300
1.3 @@ -6,11 +6,11 @@
1.4
1.5 DEVELOPER="`xcode-select -print-path`/Platforms/MacOSX.platform/Developer"
1.6
1.7 -# Intel 32-bit compiler flags (10.5 runtime compatibility)
1.8 -GCC_COMPILE_X86="gcc -arch i386 -mmacosx-version-min=10.5 \
1.9 +# Intel 32-bit compiler flags (10.6 runtime compatibility)
1.10 +GCC_COMPILE_X86="gcc -arch i386 -mmacosx-version-min=10.6 \
1.11 -I/usr/local/include"
1.12
1.13 -GCC_LINK_X86="-mmacosx-version-min=10.5"
1.14 +GCC_LINK_X86="-mmacosx-version-min=10.6"
1.15
1.16 # Intel 64-bit compiler flags (10.6 runtime compatibility)
1.17 GCC_COMPILE_X64="gcc -arch x86_64 -mmacosx-version-min=10.6 \