X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/4be885f63e03d78a3780e8041f107657f85eb5cb..fb24a05017baddaa8cdc205852b134120bcc54ad:/unit-tests/test-cases/branch-islands/Makefile diff --git a/unit-tests/test-cases/branch-islands/Makefile b/unit-tests/test-cases/branch-islands/Makefile index c85f382..471e446 100644 --- a/unit-tests/test-cases/branch-islands/Makefile +++ b/unit-tests/test-cases/branch-islands/Makefile @@ -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@ # @@ -23,13 +23,6 @@ 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