git: gold linker: Fix SYSROOT definition (unbreaks world for some)
John Marino
marino at crater.dragonflybsd.org
Sun Nov 15 15:16:06 PST 2015
commit 73aed59334edc4b7518b9313495b18b83339d0d9
Author: John Marino <draco at marino.st>
Date: Mon Nov 16 00:11:53 2015 +0100
gold linker: Fix SYSROOT definition (unbreaks world for some)
The linkers are supposed to have a different system rool for the
crosstool versions, but this was not working for the gold linker. As
a result, the host libraries are getting picked up instead of the
world object lib directories.
This commit fixes the build problem. As a result, a local modification
to a gold source file is been removed (for 2.24 and 2.25)
Summary of changes:
contrib/binutils-2.24/README.DRAGONFLY | 1 -
contrib/binutils-2.24/gold/options.cc | 4 ++--
contrib/binutils-2.25/README.DRAGONFLY | 1 -
contrib/binutils-2.25/gold/options.cc | 4 ++--
gnu/usr.bin/binutils224/Makefile.gld | 3 ++-
gnu/usr.bin/binutils224/libgold/config.h | 2 +-
gnu/usr.bin/binutils225/block2/libgold/config.h | 2 +-
gnu/usr.bin/binutils225/block3/Makefile.gld | 3 ++-
8 files changed, 10 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/73aed59334edc4b7518b9313495b18b83339d0d9
--
DragonFly BSD source repository
More information about the Commits
mailing list