Module Name: src
Committed By: christos
Date: Wed Feb 6 02:57:39 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3: Makefile
Log Message:
revert, somehow I got the generated file in the wrong directory.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/lib/libstdc++-v3/Makefile
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.40 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.41
--- src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.40 Tue Feb 5 21:55:54 2019
+++ src/external/gpl3/gcc/lib/libstdc++-v3/Makefile Tue Feb 5 21:57:39 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2019/02/06 02:55:54 christos Exp $
+# $NetBSD: Makefile,v 1.41 2019/02/06 02:57:39 christos Exp $
REQUIRETOOLS= yes
NOLINT= # defined
@@ -33,7 +33,7 @@ libstdc++.a:: libstdc++-symbols.ver
LDFLAGS+= -Wl,-O1 \
-Wl,--gc-sections \
- -Wl,--version-script=${.CURDIR}/libstdc++-symbols.ver
+ -Wl,--version-script=libstdc++-symbols.ver
.endif
CXXFLAGS.clang+= -stdlib=libstdc++ -std=c++11 -D_GLIBCXX_ABI_TAG_CXX11=