]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/branch-islands/Makefile
ld64-96.5.tar.gz
[apple/ld64.git] / unit-tests / test-cases / branch-islands / Makefile
index c85f382b76c1b157c09f06946ae362b83d72cdf1..471e44669f073fa86556ee74703a422914e57e8b 100644 (file)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2008 Apple Inc. All rights reserved.
+# Copyright (c) 2008-2009 Apple Inc. All rights reserved.
 #
 # @APPLE_LICENSE_HEADER_START@
 # 
 TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
-ifeq ($(ARCH),armv6)
-       ARCH_FLAGS = -mlong-branch
-else
-       ARCH_FLAGS = 
-endif
-
-
 
 #
 # Simple test for branch islands
@@ -38,7 +31,6 @@ endif
 run: all
 
 
-
 all:
        ${CC} ${CCFLAGS} hello.c space.s extra.c -o hello ${ARCH_FLAGS}
        ${PASS_IFF_GOOD_MACHO} hello