mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
babl: Drop clang10 workaround for mips/rv64
The issue reported in [1] works fine with clang 15+ This effectively revertsb12e87f84candff19c7c569Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cb125e2bef
commit
a80e993aec
|
|
@ -10,10 +10,6 @@ inherit setuptools3 gnomebase gobject-introspection vala
|
|||
|
||||
DEPENDS += "lcms"
|
||||
|
||||
# https://bugs.llvm.org/show_bug.cgi?id=45555
|
||||
CFLAGS:append:toolchain-clang:mipsarch = " -ffp-exception-behavior=ignore "
|
||||
CFLAGS:append:toolchain-clang:riscv64 = " -ffp-exception-behavior=ignore "
|
||||
|
||||
SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
|
||||
SRC_URI[sha256sum] = "a88bb28506575f95158c8c89df6e23686e50c8b9fea412bf49fe8b80002d84f0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user