mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-12 04:01:19 +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 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||"`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user