X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/f410558f5d60087e4c310119a1751b437121c3b9..HEAD:/unit-tests/test-cases/cstring-labels/Makefile diff --git a/unit-tests/test-cases/cstring-labels/Makefile b/unit-tests/test-cases/cstring-labels/Makefile index 76db33a..fb55ccf 100644 --- a/unit-tests/test-cases/cstring-labels/Makefile +++ b/unit-tests/test-cases/cstring-labels/Makefile @@ -33,14 +33,13 @@ include ${TESTROOT}/include/common.makefile STRING_LABEL_COUNT = 0 ifeq (${ARCH},x86_64) - STRING_LABEL_COUNT = 3 + STRING_LABEL_COUNT = 2 endif -ifeq (${ARCH},i386) - STRING_LABEL_COUNT = 1 +ifeq (${ARCH},arm64) + STRING_LABEL_COUNT = 2 endif - run: all all: @@ -56,4 +55,4 @@ all: ${PASS_IFF} /usr/bin/true clean: - rm foo.o bar.o foobar.o libfoobar.dylib + rm -f foo.o bar.o foobar.o libfoobar.dylib