]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/init-order/Makefile
ld64-95.8.4.tar.gz
[apple/ld64.git] / unit-tests / test-cases / init-order / Makefile
index 7e8c6e1e8057f713d422c1f9bd0dab167b7d37a9..bb679088c7af9d5ae867a6cf20b3bd6671e97a25 100644 (file)
@@ -33,8 +33,8 @@ include ${TESTROOT}/include/common.makefile
 run: all
 
 all:
-       ${CXX} ${CXXFLAGS} main.cxx foo.cxx bar.cxx -o main -dead_strip
-       nm -s __TEXT __text -nj main | grep -v dyld_stub_binding_helper | c++filt  > actual-order.txt
+       ${CXX} ${CXXFLAGS} main.cxx foo.cxx bar.cxx -o main
+       nm -s __TEXT __text -nj main | c++filt  > actual-order.txt
        ${PASS_IFF} diff actual-order.txt expected-order.txt