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 cloog-ppl
|
||||||
$SCRIPTS/build libelf
|
$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"
|
WITH_64B_BFD="--enable-64-bit-bfd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -36,6 +36,7 @@ cd objdir
|
|||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
$WITH_64B_BFD \
|
$WITH_64B_BFD \
|
||||||
--disable-nls
|
--disable-nls
|
||||||
|
|
||||||
make configure-host
|
make configure-host
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user