]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/objc-category-optimize-load/Makefile
ld64-236.3.tar.gz
[apple/ld64.git] / unit-tests / test-cases / objc-category-optimize-load / Makefile
index 5652312a4725f5ede4e0d127d92ce0f5c141df79..7dcafac4b90fa208881767e642f0d2cbc06cb4eb 100644 (file)
@@ -29,7 +29,7 @@ include ${TESTROOT}/include/common.makefile
 OPTIONS = 
 
 ifeq ($(ARCH),i386)
-       OPTIONS = -fobjc-abi-version=2 -Wl,-objc_abi_version,2
+       OPTIONS = -mios-simulator-version-min=6.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/
 endif
 
 all:   all-${ARCH}
@@ -40,6 +40,7 @@ all-ppc:
 all-i386: all-rest
 all-x86_64: all-rest
 all-armv6: all-rest
+all-armv7: all-rest
 
 all-rest:
        # check optimzation of category methods