mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
acpica: crosscompile patch
fix when building 64bit target on 32bit host
This commit is contained in:
parent
2b1b614564
commit
9eee489036
@ -26,9 +26,10 @@
|
|||||||
[ "$TARGET_ARCH" = "x86_64" ] && ACPICA_BITS="64"
|
[ "$TARGET_ARCH" = "x86_64" ] && ACPICA_BITS="64"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
make PREFIX=/usr \
|
make PREFIX=/usr \
|
||||||
CC="$TARGET_CC" \
|
CC="$TARGET_CC" \
|
||||||
AR="$TARGET_AR" \
|
AR="$TARGET_AR" \
|
||||||
BITS=$ACPICA_BITS \
|
BITS=$ACPICA_BITS \
|
||||||
YACC=$ROOT/$TOOLCHAIN/bin/bison
|
YACC=$ROOT/$TOOLCHAIN/bin/bison \
|
||||||
CWARNINGFLAGS="-O2 $TARGET_CFLAGS" \
|
CWARNINGFLAGS="-O2 $TARGET_CFLAGS"
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
diff -uNr acpica-unix2-20130117-orig/generate/unix/Makefile.common acpica-unix2-20130117/generate/unix/Makefile.common
|
||||||
|
--- acpica-unix2-20130117-orig/generate/unix/Makefile.common 2013-01-17 20:47:44.000000000 +0100
|
||||||
|
+++ acpica-unix2-20130117/generate/unix/Makefile.common 2013-02-07 15:13:59.000000000 +0100
|
||||||
|
@@ -6,7 +6,7 @@
|
||||||
|
# Get the OS machine architecture. Anything with a "64" in the returned
|
||||||
|
# string will be treated as a 64-bit OS. Otherwise, the default is 32-bit.
|
||||||
|
#
|
||||||
|
-HARDWARE_NAME := $(shell uname -m)
|
||||||
|
+HARDWARE_NAME=$(BITS)
|
||||||
|
BITS=0
|
||||||
|
|
||||||
|
#
|
Loading…
x
Reference in New Issue
Block a user