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>
This commit is contained in:
Khem Raj 2017-03-20 09:47:34 -07:00 committed by Richard Purdie
parent 231fae32d3
commit 63bdd90acc
1 changed files with 1 additions and 1 deletions

View File

@ -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() {