git: Rework the CPU Makefile for GCC 4.7, too.
    Sascha Wildner 
    swildner at crater.dragonflybsd.org
       
    Mon Mar  7 11:19:13 PST 2016
    
    
  
commit b6a5b1df57a4df714604db3e11ae490b574efbe2
Author: Sascha Wildner <saw at online.de>
Date:   Mon Mar 7 20:18:07 2016 +0100
    Rework the CPU Makefile for GCC 4.7, too.
    
    Due to the previous version's passing of unknown CPUTYPEs just
    through to -march, a buildworld with for example CPUTYPE=haswell
    (which is known by 5.3.0 but not by 4.7.4) would fail for files
    that are compiled with gcc47 in the buildworld.
Summary of changes:
 share/mk/bsd.cpu.gcc47.mk | 204 ++++++++++++++++------------------------------
 1 file changed, 71 insertions(+), 133 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b6a5b1df57a4df714604db3e11ae490b574efbe2
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list