mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
binutils:
- remove reference to powerpc build
This commit is contained in:
parent
f73b83afb4
commit
7b8b9bfe9b
@ -10,7 +10,7 @@ $SCRIPTS/build ppl
|
||||
$SCRIPTS/build cloog-ppl
|
||||
$SCRIPTS/build libelf
|
||||
|
||||
if [ $TARGET_ARCH = "x86_64" -o $TARGET_ARCH = "powerpc64" ]; then
|
||||
if [ $TARGET_ARCH = "x86_64" ]; then
|
||||
WITH_64B_BFD="--enable-64-bit-bfd"
|
||||
fi
|
||||
|
||||
@ -36,6 +36,7 @@ cd objdir
|
||||
--disable-multilib \
|
||||
$WITH_64B_BFD \
|
||||
--disable-nls
|
||||
|
||||
make configure-host
|
||||
make
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user