commit fbb48945fb980089c0ec8d890af944d4026965c2
Author: zrj <[email protected]>
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