Modify SDK compilation step for XCode 6

This commit is contained in:
Guillaume BIENKOWSKI 2014-09-19 11:33:58 +02:00
parent 8f2a736bb0
commit ca20b17414
2 changed files with 15 additions and 2 deletions

View file

@ -134,3 +134,16 @@ index e851562..c159f9e 100644
movlt r0, #0
bx lr
.endfunc
diff --git a/configure b/configure
index 250b0ac..af69d44 100755
--- a/configure
+++ b/configure
@@ -456,7 +456,7 @@ case $host_os in
;;
darwin*)
SYS="MACOSX"
- CFLAGS="$CFLAGS -falign-loops=16"
+ CFLAGS="$CFLAGS"
libm="-lm"
if [ "$pic" = "no" ]; then
cc_check "" -mdynamic-no-pic && CFLAGS="$CFLAGS -mdynamic-no-pic"

View file

@ -1,7 +1,7 @@
# -*- shell-script -*-
SDK_VERSION_MAJOR=4
SDK_VERSION=4.0
SDK_VERSION_MAJOR=5
SDK_VERSION=5.0
MCPU=""
CLANG_TARGET_SPECIFIER=miphoneos-version-min
if test "${host_alias}" = "i386-apple-darwin" ; then