git: Makefile.inc1: Unbreak buildworld
    Antonio Huete Jimenez 
    tuxillo at crater.dragonflybsd.org
       
    Wed Oct  3 02:09:38 PDT 2012
    
    
  
commit ce38cc158226ab53f412af0f540e6a2e9d53b70f
Author: John Marino <netbsd at marino.st>
Date:   Wed Oct 3 02:42:34 2012 +0200
    Makefile.inc1: Unbreak buildworld
    
    There was a bootstrap problem with gcc47.
    For systems without gcc47 (which is almost all of them), the buildworld
    failed on the first gcc47 libraries which require gcc47 to build.  The
    gnu/lib/gcc47/csu target was duplicated and the makefile was attempting
    to build it before gcc47 was installed.
Summary of changes:
 Makefile.inc1 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ce38cc158226ab53f412af0f540e6a2e9d53b70f
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list