]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/pie-text-reloc/Makefile
dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / pie-text-reloc / Makefile
index a83adcd1e9f6bdb4f7f4fac6dfdc901a25c9f8af..31d75d6b20e4c3809f4ab1e85793c2f35331bf9b 100644 (file)
@@ -29,6 +29,10 @@ ifeq "x86_64" "$(ARCH)"
        EXTRA_OPTIONS = 
 endif
 
+ifeq "iPhoneOS" "$(OS_NAME)"
+       EXTRA_OPTIONS = 
+endif
+
 
 # run a PIE four times and verify its load address was different every time