gold linker: Fix SYSROOT definition (unbreaks world for some)
authorJohn Marino <draco@marino.st>
Sun, 15 Nov 2015 23:11:53 +0000 (00:11 +0100)
committerJohn Marino <draco@marino.st>
Sun, 15 Nov 2015 23:15:57 +0000 (00:15 +0100)
commit73aed59334edc4b7518b9313495b18b83339d0d9
tree27d19253893a098af8654ceef5c66fe95dd8fadd
parent0f03ac8903e58562e1456b0a8a03e15304e47cf8
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)
contrib/binutils-2.24/README.DRAGONFLY
contrib/binutils-2.24/gold/options.cc
contrib/binutils-2.25/README.DRAGONFLY
contrib/binutils-2.25/gold/options.cc
gnu/usr.bin/binutils224/Makefile.gld
gnu/usr.bin/binutils224/libgold/config.h
gnu/usr.bin/binutils225/block2/libgold/config.h
gnu/usr.bin/binutils225/block3/Makefile.gld