]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove local override for .cpp.o and .cpp.po rules
authoremaste <emaste@FreeBSD.org>
Tue, 19 Jan 2016 17:40:29 +0000 (17:40 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 19 Jan 2016 17:40:29 +0000 (17:40 +0000)
commit834fb5aff44e0a606772591d869016a1d8d9aa95
tree152f191b284c7c14b9d09b26047cfa482fe18e30
parent0a44f26c1cd3f33ea9a66444e35729d295083ee3
Remove local override for .cpp.o and .cpp.po rules

The local build rule used to set -fvisibility=hidden and -fPIC, in
addition to -fexceptions and -D defines that had no effect.

With -fvisibility=hidden and -fPIC in STATIC_CXXFLAGS the standard
bsd.lib.mk rules are suitable for libgcc_s's C++ source.

PR: 206381
Sponsored by: The FreeBSD Foundation
gnu/lib/libgcc/Makefile