From a5a52692811b3d1d43888d583edbd21caa54716c 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 035c07ba46..4270094400 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"`