Module Name: src
Committed By: joerg
Date: Mon Apr 4 09:52:03 UTC 2016
Modified Files:
src/tests/lib/csu: Makefile
Log Message:
Replace LDADD with LDSTATIC.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/csu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/csu/Makefile
diff -u src/tests/lib/csu/Makefile:1.4 src/tests/lib/csu/Makefile:1.5
--- src/tests/lib/csu/Makefile:1.4 Sun Jan 2 09:33:45 2011
+++ src/tests/lib/csu/Makefile Mon Apr 4 09:52:02 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/01/02 09:33:45 skrll Exp $
+# $NetBSD: Makefile,v 1.5 2016/04/04 09:52:02 joerg Exp $
NOMAN= # defined
@@ -19,7 +19,7 @@ SRCS.h_initfini1= h_initfini1.cxx h_init
${SRCS_CHECK_STACK}
SRCS.h_initfini2= h_initfini1.cxx h_initfini_common.cxx \
${SRCS_CHECK_STACK}
-LDADD.h_initfini2+= -static
+LDSTATIC.h_initfini2+= -static
SRCS.h_initfini3= h_initfini3.cxx h_initfini_common.cxx \
${SRCS_CHECK_STACK}
LDADD.h_initfini3+= -Wl,-rpath,${TESTSDIR}