mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
config/functions: -fuse-linker-plugin is not used in C*FLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
19a0e1e536
commit
0006f62633
@ -149,7 +149,5 @@ strip_gold() {
|
|||||||
|
|
||||||
strip_linker_plugin() {
|
strip_linker_plugin() {
|
||||||
# strip out usage from 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||"`
|
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-linker-plugin||"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user