summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-20 09:47:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-22 11:35:21 +0000
commit63bdd90acc3423901bb905d5d751ef80d0dab7b8 (patch)
tree2fd96664325860a97250da87b32b8c3257b39623 /meta/recipes-extended
parent231fae32d319b7325a38d19cc9681a67f7083dd9 (diff)
downloadpoky-63bdd90acc3423901bb905d5d751ef80d0dab7b8.tar.gz
acpitests: Point Makefile CC to use OE synthesized CC
Default CC is same as used here, there is no need to duplicate it, as a plus it helps in compiling acpitests with non-gcc cross compilers (From OE-Core rev: e23601390833fe93d58ca61a7158458dfdbd6fac) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/acpica/acpitests_20140828.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/acpica/acpitests_20140828.bb b/meta/recipes-extended/acpica/acpitests_20140828.bb
index 1f6f190c2e..409da5ccc4 100644
--- a/meta/recipes-extended/acpica/acpitests_20140828.bb
+++ b/meta/recipes-extended/acpica/acpitests_20140828.bb
@@ -18,7 +18,7 @@ SRC_URI[acpica.sha256sum] = "01d8867656c5ba41dec307c4383ce676196ad4281ac2c9dec9f
18 18
19S = "${WORKDIR}/acpitests-unix-${PV}" 19S = "${WORKDIR}/acpitests-unix-${PV}"
20 20
21EXTRA_OEMAKE = "'CC=${TARGET_PREFIX}gcc ${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}' 'OPT_CFLAGS=-Wall'" 21EXTRA_OEMAKE = "'CC=${CC}' 'OPT_CFLAGS=-Wall'"
22 22
23# The Makefiles expect a specific layout 23# The Makefiles expect a specific layout
24do_compile() { 24do_compile() {