Revert "Mesa: build with GOLD support"

This reverts commit 8d78aa9b29cf9c0b91a524b2167b8444700909d7.
This commit is contained in:
Stephan Raue 2011-07-16 14:38:05 +02:00
parent 7b1cef9fe4
commit 04e3e52a08

View File

@ -24,7 +24,10 @@
get_graphicdrivers
strip_lto # Mesa fails to build with LTO optimization
# dont use gold linker because of compiling issues
strip_gold
strip_linker_plugin
strip_lto # Mesa fails to build with LTO optimization
if [ "$LLVM_SUPPORT" = "yes" ]; then
export LLVM_CONFIG="$SYSROOT_PREFIX/usr/bin/llvm-config"