]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/zero-fill3/Makefile
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / zero-fill3 / Makefile
index 50399b7adb188d440cde6aa01513771ed2c5b032..62660197b399c3d96cb18560f08b9a8fc2fb21a1 100644 (file)
@@ -43,5 +43,8 @@ test-run-x86_64 test-ppc64:
 test-ppc:
        ${PASS_IFF_ERROR} ${CC} ${CCFLAGS} -DSHRINK=4 test.c --save-temps -o test-${ARCH} 2>/dev/null
 
 test-ppc:
        ${PASS_IFF_ERROR} ${CC} ${CCFLAGS} -DSHRINK=4 test.c --save-temps -o test-${ARCH} 2>/dev/null
 
+test-run-armv6:
+       ${PASS_IFF_ERROR} ${CC} ${CCFLAGS} -DSHRINK=4 test.c --save-temps -o test-${ARCH} 2>/dev/null
+
 clean:
        rm -rf test-* *.o *.s *.i
 clean:
        rm -rf test-* *.o *.s *.i