Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/csu Replace LDADD with LDSTATIC.
details: https://anonhg.NetBSD.org/src/rev/3292ec268515
branches: trunk
changeset: 344551:3292ec268515
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Apr 04 09:52:02 2016 +0000
description:
Replace LDADD with LDSTATIC.
diffstat:
tests/lib/csu/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f39a7a373bad -r 3292ec268515 tests/lib/csu/Makefile
--- a/tests/lib/csu/Makefile Mon Apr 04 08:42:53 2016 +0000
+++ b/tests/lib/csu/Makefile Mon Apr 04 09:52:02 2016 +0000
@@ -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_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}
Home |
Main Index |
Thread Index |
Old Index