mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Merge pull request #564 from vpeter4/lto-fix
functions: fix missing ` in the strip_gold function
This commit is contained in:
commit
30fe64a3d2
@ -223,7 +223,7 @@ strip_lto() {
|
|||||||
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"`
|
||||||
TARGET_LDFLAGS=echo $TARGET_LDFLAGS | sed -e "s|-fuse-ld=gold||g"`
|
TARGET_LDFLAGS=`echo $TARGET_LDFLAGS | sed -e "s|-fuse-ld=gold||g"`
|
||||||
}
|
}
|
||||||
|
|
||||||
fix_module_depends() {
|
fix_module_depends() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user