config/functions: remove strip_linker_plugin

This commit is contained in:
Stephan Raue 2014-08-31 19:58:33 +03:00
parent 1991538a71
commit a5a5269281

View File

@ -170,11 +170,6 @@ strip_lto() {
LDFLAGS=`echo $LDFLAGS | sed -e "s|-flto||g"`
}
strip_linker_plugin() {
# strip out usage from linker plugin
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-linker-plugin||g"`
}
strip_gold() {
# strip out usage from GOLD linker
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-ld=gold||g"`