From 0006f62633208112615945196a4cca0be4ad14b3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 28 Nov 2010 15:08:12 +0100 Subject: [PATCH] config/functions: -fuse-linker-plugin is not used in C*FLAGS Signed-off-by: Stephan Raue --- config/functions | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/functions b/config/functions index 14481f6770..949d768384 100644 --- a/config/functions +++ b/config/functions @@ -149,7 +149,5 @@ strip_gold() { strip_linker_plugin() { # strip out usage from linker plugin - CFLAGS=`echo $CFLAGS | sed -e "s|-fuse-linker-plugin||"` - CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-fuse-linker-plugin||"` LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-linker-plugin||"` }