From: Matthieu Darbois Date: Sat, 24 Feb 2018 17:00:51 +0000 (+0100) Subject: Fix BUILDING.md buglet ("--mfloat-abi=softfp") X-Git-Tag: 1.5.90~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32eaeeac9e1941a664e2d418a42abbc202734cf0;p=libjpeg-turbo Fix BUILDING.md buglet ("--mfloat-abi=softfp") (Introduced with the build system overhaul) Closes #215 --- diff --git a/BUILDING.md b/BUILDING.md index eeb36be..0e63964 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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 <toolchain.cmake