DragonFly BSD
DragonFly commits List (threaded) for 2012-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: gcc47: Restore cross-build capability


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 4 Oct 2012 09:59:21 -0700 (PDT)

commit 58700ca72fc998e00907566b6d012e53056da342
Author: John Marino <netbsd@marino.st>
Date:   Thu Oct 4 18:03:52 2012 +0200

    gcc47: Restore cross-build capability
    
    The internal specs of gcc47 featured an hardcoded standard include
    directory which prevented cross-target builds.  The same mistake also
    caused the "crosstools" compiler in a native build to look at the host
    system includes instead of the world_{TARGET}/usr/includes directory.
    As a result, the cross-build would break as soon as GCC47 was used to
    build its own libraries.
    
    A stage-specific prefix was added to the internal specs directory
    definition that restored cross-target building capability.

Summary of changes:
 gnu/usr.bin/cc47/cc_prep/config/dragonfly-native.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/58700ca72fc998e00907566b6d012e53056da342


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]