]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/stabs-coalesce/Makefile
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / stabs-coalesce / Makefile
index 6e11c596a2bbc69478ec7b7059731f3817ea505d..806f40666348b1536db02cf05cae01217fcb17ce 100644 (file)
@@ -34,18 +34,18 @@ include ${TESTROOT}/include/common.makefile
 run: all
 
 all: hello.o other.o 
-       ${CXX} ${CCXXFLAGS} -gstabs+ -gused hello.o other.o -o stabs-hello-${ARCH}
+       g++-4.2 ${CCXXFLAGS} -gstabs+ -gused hello.o other.o -o stabs-hello-${ARCH}
        ${FAIL_IF_BAD_MACHO} stabs-hello-${ARCH}
        nm -ap stabs-hello-${ARCH} | grep FUN | grep _Z3fooi | wc -l > stabs-hello-foo-count
        echo "       1" > one
        ${PASS_IFF} diff stabs-hello-foo-count one
 
 hello.o : hello.cxx
-       ${CXX} ${CCXXFLAGS} -gstabs+ -gused hello.cxx -c -o $@
+       g++-4.2 ${CCXXFLAGS} -gstabs+ -gused hello.cxx -c -o $@
        ${FAIL_IF_BAD_OBJ} $@
 
 other.o : other.cxx
-       ${CXX} ${CCXXFLAGS} -gstabs+ -gused other.cxx -c -o $@
+       g++-4.2 ${CCXXFLAGS} -gstabs+ -gused other.cxx -c -o $@
        ${FAIL_IF_BAD_OBJ} $@
 
 clean: