X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/8bc9f0afa7d820677f5d190a59ca900972f9aa5e..bac542e65c0030c0d819c7ff1dcfc25892a61844:/unit-tests/test-cases/prebased-performance/Makefile diff --git a/unit-tests/test-cases/prebased-performance/Makefile b/unit-tests/test-cases/prebased-performance/Makefile index f895d90..b469f9f 100644 --- a/unit-tests/test-cases/prebased-performance/Makefile +++ b/unit-tests/test-cases/prebased-performance/Makefile @@ -25,10 +25,10 @@ include ${TESTROOT}/include/common.makefile DYLIB_BASES_ADDRESS = 0x10000000 -ifeq "-arch ppc64" "$(ARCH)" +ifeq "ppc64" "$(ARCH)" DYLIB_BASES_ADDRESS = 0x300000000 else - ifeq "-arch x86_64" "$(ARCH)" + ifeq "x86_64" "$(ARCH)" DYLIB_BASES_ADDRESS = 0x300000000 endif endif