mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
config/functions: remove strip_linker_plugin
This commit is contained in:
parent
1991538a71
commit
a5a5269281
@ -170,11 +170,6 @@ strip_lto() {
|
|||||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-flto||g"`
|
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_gold() {
|
||||||
# strip out usage from GOLD linker
|
# strip out usage from GOLD linker
|
||||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-ld=gold||g"`
|
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-ld=gold||g"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user