Module Name:    src
Committed By:   joerg
Date:           Fri Aug 10 16:04:28 UTC 2012

Modified Files:
        src/regress/usr.bin/rtld/testlib: Makefile

Log Message:
Use LIBISCXX.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/regress/usr.bin/rtld/testlib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/regress/usr.bin/rtld/testlib/Makefile
diff -u src/regress/usr.bin/rtld/testlib/Makefile:1.9 src/regress/usr.bin/rtld/testlib/Makefile:1.10
--- src/regress/usr.bin/rtld/testlib/Makefile:1.9	Sun Mar  2 16:01:14 2008
+++ src/regress/usr.bin/rtld/testlib/Makefile	Fri Aug 10 16:04:28 2012
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.9 2008/03/02 16:01:14 jwise Exp $
+# $NetBSD: Makefile,v 1.10 2012/08/10 16:04:28 joerg Exp $
 
 NOPROFILE=	yes
 
 SRCS=	ccexc.cc construct.cc virt.cc
 
 LIB=	test
+LIBISCXX=	yes
 TESTLIB=	testlib.so
 
 CLEANFILES+=	${TESTLIB}
 SHLIB_MAJOR=	1
 SHLIB_MINOR=	0
 #CXXFLAGS+= -fno-rtti
-LDADD+=	-lstdc++ -lm -lgcc_s
 
 .if ${MACHINE_ARCH} == "i386" && "${MKPIC}" != "no"
 all realall:	${TESTLIB}

Reply via email to