X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/ee50caae846913bb8e5e48b51a2dd974b8f7a0e1..832b6fce7c321434378950ecd081b6c34cc3a24f:/unit-tests/test-cases/pie-text-reloc/Makefile diff --git a/unit-tests/test-cases/pie-text-reloc/Makefile b/unit-tests/test-cases/pie-text-reloc/Makefile index a83adcd..31d75d6 100644 --- a/unit-tests/test-cases/pie-text-reloc/Makefile +++ b/unit-tests/test-cases/pie-text-reloc/Makefile @@ -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