]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/commons-order/Makefile
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / commons-order / Makefile
index 68d809c94ef6c68deb8044667338c0f5f3cae5ff..9c9786728d60468cb663043a5fc4bea2fc8c68ce 100644 (file)
@@ -31,7 +31,7 @@ include ${TESTROOT}/include/common.makefile
 
 all:
        ${CC} ${CCFLAGS} baz.c -fno-common -c -o baz.o
 
 all:
        ${CC} ${CCFLAGS} baz.c -fno-common -c -o baz.o
-       ${CC} ${CCFLAGS} main.c foo.c bar.c baz.o -o main -mmacosx-version-min=10.5
+       ${CC} ${CCFLAGS} main.c foo.c bar.c baz.o -o main 
        nm -j -n main | grep _common > symbol.order
        ${FAIL_IF_ERROR} diff symbol.order expected.order
        ${PASS_IFF_GOOD_MACHO} main
        nm -j -n main | grep _common > symbol.order
        ${FAIL_IF_ERROR} diff symbol.order expected.order
        ${PASS_IFF_GOOD_MACHO} main