mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
busybox: remove references to disable gold linker
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e449d8c6ac
commit
488838b05a
@ -6,10 +6,6 @@ $SCRIPTS/build toolchain
|
||||
$SCRIPTS/unpack busybox
|
||||
$SCRIPTS/build Linux-PAM
|
||||
|
||||
# busybox fails to compile using the gold linker
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-fuse-linker-plugin||" -e "s|-fuse-ld=gold||"`
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-linker-plugin||" -e "s|-fuse-ld=gold||"`
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
if [ -f $PROJECT_DIR/$PROJECT/busybox/$1.conf ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user