]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/merge_zero_fill_sections/Makefile
ld64-274.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / merge_zero_fill_sections / Makefile
index bec9e7662a03daa53cecb12c61aed75e7e1f8793..9841cf3576d867dbd18c4373aa6aa42e85f072d2 100755 (executable)
@@ -31,9 +31,9 @@ run: all
 
 all:
        ${CC} ${CCFLAGS} main.c -o main -Wl,-merge_zero_fill_sections 
-       size -l main | grep __bss  | ${FAIL_IF_STDIN}
-       size -l main | grep __common | ${FAIL_IF_STDIN}
-       size -l main | grep __zerofill | grep "offset 0" | ${FAIL_IF_EMPTY}
+       size -m -l main | grep __bss  | ${FAIL_IF_STDIN}
+       size -m -l main | grep __common | ${FAIL_IF_STDIN}
+       size -m -l main | grep __zerofill | grep "offset 0" | ${FAIL_IF_EMPTY}
        ${PASS_IFF_GOOD_MACHO} main
 
 clean: