git: LTO: Prevent -flto being used by any of libstdc++ stuff.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Tue Oct 25 09:18:24 PDT 2016
commit fbb48945fb980089c0ec8d890af944d4026965c2
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Wed Oct 12 17:10:37 2016 +0300
LTO: Prevent -flto being used by any of libstdc++ stuff.
There are some spooky stuff going in this lib (-Wodr, mismathing decl etc).
No reasons to expose that at linking step.
Summary of changes:
gnu/lib/gcc50/libstdcxx/components/libconv_1998/Makefile | 6 ++++++
gnu/lib/gcc50/libstdcxx/components/libconv_2011/Makefile | 6 ++++++
gnu/lib/gcc50/libstdcxx/components/libconv_supc/Makefile | 6 ++++++
gnu/lib/gcc50/libstdcxx/product/Makefile | 6 ++++++
4 files changed, 24 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fbb48945fb980089c0ec8d890af944d4026965c2
--
DragonFly BSD source repository
More information about the Commits
mailing list