mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
busybox-initramfs: remove references to disable gold linker
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
488838b05a
commit
bb2d0a206f
@ -5,10 +5,6 @@
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/unpack busybox
|
||||
|
||||
# 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