diff mbox series

[meta-gnome,1/5] babl: Drop clang10 workaround for mips/rv64

Message ID 20230406065421.767010-1-raj.khem@gmail.com
State New
Headers show
Series [meta-gnome,1/5] babl: Drop clang10 workaround for mips/rv64 | expand

Commit Message

Khem Raj April 6, 2023, 6:54 a.m. UTC
The issue reported in [1] works fine with clang 15+

This effectively reverts b12e87f84c4af258e8ea8cc78ed075989cbf9dcb
and ff19c7c5694f79271ae26543562e5563d4250559

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gimp/babl/babl_0.1.102.bb | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.102.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.102.bb
index b12dc162f6..9954ac9c94 100644
--- a/meta-gnome/recipes-gimp/babl/babl_0.1.102.bb
+++ b/meta-gnome/recipes-gimp/babl/babl_0.1.102.bb
@@ -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"