config/functions: -fuse-linker-plugin is not used in C*FLAGS

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-28 15:08:12 +01:00
parent 19a0e1e536
commit 0006f62633

View File

@ -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||"`
}