]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/cfstring-coalesce/Makefile
ld64-274.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / cfstring-coalesce / Makefile
index c8b16ee79c0034c332c4fb2816c2f9d2d7f46844..2b1df9f06e8a8ae83e535f7a2d15929df5437dde 100644 (file)
@@ -43,10 +43,10 @@ run: all
 
 all:
        ${CC} ${CCFLAGS} foo.c bar.c -o foo -framework CoreFoundation -dead_strip
-       size -l foo | grep "__cfstring: ${CFSTRING_SIZE}" | ${FAIL_IF_EMPTY}
+       size -m -l foo | grep "__cfstring: ${CFSTRING_SIZE}" | ${FAIL_IF_EMPTY}
        # now try with -fwritable-strings
        ${CC} ${CCFLAGS} foo.c bar.c -o foo_writable -framework CoreFoundation -dead_strip -fwritable-strings 2>/dev/null
-       size -l foo_writable | grep "__cfstring: ${CFSTRING_SIZE}" | ${PASS_IFF_STDIN}
+       size -m -l foo_writable | grep "__cfstring: ${CFSTRING_SIZE}" | ${PASS_IFF_STDIN}
 
 clean:
        rm -rf foo foo_writable