]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/special-labels/Makefile
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / special-labels / Makefile
index 060f12e2c00198b564ddcb78469ea49f2501653e..e4d81aca4a081c8b5f9ef97e997a2270c6464572 100644 (file)
@@ -31,7 +31,7 @@ include ${TESTROOT}/include/common.makefile
 run: all
 
 all:
-       as -arch ${ARCH} -L extra.s -o extra.o
+       ${AS} -Wa,-L extra.s -o extra.o
        ${CC} ${CCFLAGS} main.c extra.o -o main
        nm main | grep "lother" | ${FAIL_IF_STDIN}
        nm main | grep "L123" | ${FAIL_IF_STDIN}