commit b4017e002a2fa9175cd0f6afa48dc4383ddb6639
Author: zrj <[email protected]>
Date: Wed Oct 12 17:08:52 2016 +0300
LTO: Prevent -flto being used by main gcc libraries.
These need to be private by compiler and not affected at linking step.
(-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_pic)
Summary of changes:
gnu/lib/gcc50/libgcc/Makefile.src | 6 ++++++
gnu/lib/gcc50/libgcc_eh/Makefile | 6 ++++++
2 files changed, 12 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b4017e002a2fa9175cd0f6afa48dc4383ddb6639
--
DragonFly BSD source repository