]> granicus.if.org Git - libjpeg-turbo/commitdiff
Fix BUILDING.md buglet ("--mfloat-abi=softfp")
authorMatthieu Darbois <mayeut@users.noreply.github.com>
Sat, 24 Feb 2018 17:00:51 +0000 (18:00 +0100)
committerDRC <information@libjpeg-turbo.org>
Mon, 26 Feb 2018 18:56:31 +0000 (12:56 -0600)
(Introduced with the build system overhaul)

Closes #215

BUILDING.md

index eeb36beaba8440435fdf7cb9e1b09aef0d526b21..0e63964840ff139d9f7d2ce727c3afd64e789ee5 100644 (file)
@@ -435,7 +435,7 @@ Same as above, but replace the first line with:
 
     IOS_PLATFORMDIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
     IOS_SYSROOT=($IOS_PLATFORMDIR/Developer/SDKs/iPhoneOS*.sdk)
-    export CFLAGS="--mfloat-abi=softfp -arch armv7 -miphoneos-version-min=3.0"
+    export CFLAGS="-mfloat-abi=softfp -arch armv7 -miphoneos-version-min=3.0"
     export ASMFLAGS="-no-integrated-as"
 
     cat <<EOF >toolchain.cmake