From 214cd8c052fc14e66851401e02f05dd6359b05a0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 30 Mar 2012 21:58:16 +0200 Subject: [PATCH] Mesa: remove LTO hack Signed-off-by: Stephan Raue --- packages/graphics/Mesa/build | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/graphics/Mesa/build b/packages/graphics/Mesa/build index 57ff4edf0b..4b18fd6415 100755 --- a/packages/graphics/Mesa/build +++ b/packages/graphics/Mesa/build @@ -24,9 +24,6 @@ get_graphicdrivers -# Mesa fails to build with LTO optimization - strip_lto - if [ "$LLVM_SUPPORT" = "yes" ]; then export LLVM_CONFIG="$SYSROOT_PREFIX/usr/bin/llvm-config" MESA_GALLIUM_LLVM="--enable-gallium-llvm"