ltp: Remove -mfpmath=sse on x86

Fixes build errors seen with clang
error: the 'sse' unit is not supported with this instruction set

(From OE-Core rev: 643e40ceaf520f995f6f38449a072e98e26da3b5)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2022-07-06 20:59:11 -07:00
committed by Richard Purdie
parent 1467eb48d5
commit ec5adc834d

View File

@@ -19,6 +19,7 @@ EXTRA_OECONF:append:libc-musl = " LIBS=-lfts "
# is set to -O0 or frame pointers have been enabled by -fno-omit-frame-pointer
# earlier in CFLAGS, etc.
CFLAGS:append:x86-64 = " -fomit-frame-pointer"
TUNE_CCARGS:remove:x86 = "-mfpmath=sse"
CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__"
CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__"