]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/no-object-symbols/Makefile
ld64-136.tar.gz
[apple/ld64.git] / unit-tests / test-cases / no-object-symbols / Makefile
index b2135116178d5c0646e75e48691ba28edd6423a1..933533f8891c994fbe10cc224c2c6b08722e386c 100644 (file)
@@ -34,7 +34,7 @@ include ${TESTROOT}/include/common.makefile
 run: all
 
 all:
-       as -arch ${ARCH} -n empty.s -o empty.o
+       ${CC} -arch ${ARCH} -c -Wa,-n empty.s -o empty.o
        ${LD} -r empty.o -x -o empty2.o
        otool -lv empty2.o | egrep 'vmsize 0x0[0]+$$' | ${FAIL_IF_EMPTY}
        otool -lv empty2.o | grep 'filesize 0' | ${FAIL_IF_EMPTY}