git: gcc47: Disable use of -flto.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Tue Oct 25 09:18:24 PDT 2016


commit e4a1a17acd2391dc5e0e94dc81fec87cf34d9929
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Thu Oct 13 10:44:09 2016 +0300

    gcc47: Disable use of -flto.
    
    There are various issues when this older gcc gets compiled with LTO.
    It would need same patches as gcc50 for libgcc* libstdc++.* and
    given that linking stage in gcc47 is ordered(serial) it would blow up
    buildworld time almost by third on big -jN.

Summary of changes:
 gnu/lib/gcc47/Makefile.inc    | 6 ++++++
 gnu/usr.bin/cc47/Makefile.inc | 6 ++++++
 2 files changed, 12 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e4a1a17acd2391dc5e0e94dc81fec87cf34d9929


-- 
DragonFly BSD source repository



More information about the Commits mailing list