revert, somehow I got the generated file in the wrong directory.
This commit is contained in:
parent
951a692637
commit
703ff33d7c
4
external/gpl3/gcc/lib/libstdc++-v3/Makefile
vendored
4
external/gpl3/gcc/lib/libstdc++-v3/Makefile
vendored
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user