mame: Rework NOSAM logic

Detected when building for aarch64. x86 may ovveride, but I have no cycles to
test.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-08-14 21:59:43 +02:00
parent 4ed7403e85
commit ee2615c618

View File

@@ -30,6 +30,9 @@ DEPENDS = " \
CLEANBROKEN = "1"
# TBD: x86 may overrideoverrides later - cannot test
MAME_NOASM="NOASM=1"
EXTRA_OEMAKE = " \
linux \
CROSS_BUILD=1 \
@@ -38,6 +41,7 @@ EXTRA_OEMAKE = " \
TOOLS=1 \
USE_QTDEBUG=0 \
NOWERROR=1 \
${MAME_NOASM} \
USE_SYSTEM_LIB_EXPAT=1 \
USE_SYSTEM_LIB_ZLIB=1 \
USE_SYSTEM_LIB_FLAC=1 \
@@ -47,10 +51,6 @@ EXTRA_OEMAKE = " \
USE_SYSTEM_LIB_PORTAUDIO=1 \
"
EXTRA_OEMAKE_append_arm = " \
NOASM=1 \
"
do_compile_prepend() {
# seems there is some race. Build complains
# | Assembler messages: