From a28b4c1d7100f1e7eebd79594a9f9e2bda3622e7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 31 Aug 2014 19:58:33 +0300 Subject: [PATCH] config/functions: remove strip_linker_plugin --- config/functions | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/functions b/config/functions index f299b41a6a..de3b41d03a 100644 --- a/config/functions +++ b/config/functions @@ -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"`