mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
fribidi:
- remove lto/gold hack
This commit is contained in:
parent
cd223eadd1
commit
0a5b28ae13
@ -4,10 +4,6 @@
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
# Fails to compile with GCC's link time optimization.
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||"`
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||"`
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
Loading…
x
Reference in New Issue
Block a user