mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
@@ -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__"
|
||||
|
||||
Reference in New Issue
Block a user