summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/acpica/files/cross-compile.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-01-17 13:06:13 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-01-22 12:22:48 +0100
commitef03b5a1180e89afae8ab80ec826c27905d88e52 (patch)
treee0c5cd98d372199eaee010f0d238e878dd4626aa /meta-oe/recipes-extended/acpica/files/cross-compile.patch
parent6deef6adf3d59feaeae678ad693f2ba36e34e550 (diff)
downloadmeta-openembedded-ef03b5a1180e89afae8ab80ec826c27905d88e52.tar.gz
acpica: replace patch with EXTRA_OEMAKE args
No need to patch the makefile when you can just passs CC=${TARGET_PREFIX}gcc to make. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/acpica/files/cross-compile.patch')
-rw-r--r--meta-oe/recipes-extended/acpica/files/cross-compile.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-oe/recipes-extended/acpica/files/cross-compile.patch b/meta-oe/recipes-extended/acpica/files/cross-compile.patch
deleted file mode 100644
index f2917ca99..000000000
--- a/meta-oe/recipes-extended/acpica/files/cross-compile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Description: add cross compile support
2Forwarded: not-needed
3Author: Fathi Boudra <fathi.boudra@linaro.org>
4
5---
6 generate/unix/Makefile.config | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9--- a/generate/unix/Makefile.config
10+++ b/generate/unix/Makefile.config
11@@ -35,7 +35,7 @@
12 .SUFFIXES :
13 PROGS = acpibin acpidump acpiexec acpihelp acpinames acpisrc acpixtract iasl
14 HOST ?= _CYGWIN
15-CC = gcc
16+CC ?= $(CROSS_COMPILE)gcc
17
18 #
19 # Common defines