]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/relocs-literals2/Makefile
ld64-305.tar.gz
[apple/ld64.git] / unit-tests / test-cases / relocs-literals2 / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index 23e4a82..b1820f0
@@ -38,7 +38,7 @@ endif
 run: all
 
 all:
 run: all
 
 all:
-       ${CC} ${CCFLAGS} -Os $(PIC) test.c -c -o test.${ARCH}.o
+       ${CC} ${CCFLAGS} -Os $(PIC) test.c -c -o test.${ARCH}.o -Wno-array-bounds
        ${FAIL_IF_ERROR} ${OBJECTDUMP} -no_content test.${ARCH}.o > test.${ARCH}.o.dump
 
        ${LD} -arch ${ARCH} -r -keep_private_externs test.${ARCH}.o -o test-r.${ARCH}.o
        ${FAIL_IF_ERROR} ${OBJECTDUMP} -no_content test.${ARCH}.o > test.${ARCH}.o.dump
 
        ${LD} -arch ${ARCH} -r -keep_private_externs test.${ARCH}.o -o test-r.${ARCH}.o