diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-20 09:47:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-21 22:43:03 +0000 |
commit | e23601390833fe93d58ca61a7158458dfdbd6fac (patch) | |
tree | 546d3c195137f282d240a5a5b7ba429ec03dba6a /meta | |
parent | c8da8cec9007f77396f873f1cd56fc78bf83b19a (diff) | |
download | openembedded-core-e23601390833fe93d58ca61a7158458dfdbd6fac.tar.gz openembedded-core-e23601390833fe93d58ca61a7158458dfdbd6fac.tar.bz2 openembedded-core-e23601390833fe93d58ca61a7158458dfdbd6fac.zip |
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/acpica/acpitests_20140828.bb | 2 |
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 S = "${WORKDIR}/acpitests-unix-${PV}" -EXTRA_OEMAKE = "'CC=${TARGET_PREFIX}gcc ${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}' 'OPT_CFLAGS=-Wall'" +EXTRA_OEMAKE = "'CC=${CC}' 'OPT_CFLAGS=-Wall'" # The Makefiles expect a specific layout do_compile() { |