caps: Mark ARCH empty

This is to ensure that if ARCH is set in Makefiles then
its not used. This variable is generated using uname which
is wrong for cross compile. So we dont want to set it accidently

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj 2017-08-14 22:02:20 -07:00 committed by Martin Jansa
parent 767108e49e
commit 67e0ede9e9

View File

@ -17,6 +17,7 @@ S = "${WORKDIR}/${PN}-${PV}"
EXTRA_OEMAKE = " \
CC='${CXX}' \
CFLAGS='${CFLAGS} -ffast-math -funroll-loops -fPIC -DPIC' \
ARCH='' \
"
do_compile() {
oe_runmake all