Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3 revert, somehow I got the...



details:   https://anonhg.NetBSD.org/src/rev/5e26099c8390
branches:  trunk
changeset: 448608:5e26099c8390
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 06 02:57:39 2019 +0000

description:
revert, somehow I got the generated file in the wrong directory.

diffstat:

 external/gpl3/gcc/lib/libstdc++-v3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 520b097ed20f -r 5e26099c8390 external/gpl3/gcc/lib/libstdc++-v3/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/Makefile       Wed Feb 06 02:55:54 2019 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/Makefile       Wed Feb 06 02:57:39 2019 +0000
@@ -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 @@
 
 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=



Home | Main Index | Thread Index | Old Index