mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user