aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-21 13:02:32 -0700
committerKhem Raj <raj.khem@gmail.com>2020-04-21 13:03:35 -0700
commitff19c7c5694f79271ae26543562e5563d4250559 (patch)
treec81946f40a30765c0e8442496a9940422674e78f
parent376eab2c256352b5a03d796bb6e60df307de41c2 (diff)
downloadmeta-openembedded-contrib-ff19c7c5694f79271ae26543562e5563d4250559.tar.gz
babl: Disable ffp-exception-behavior on riscv/clang
It has same problem as mips. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gimp/babl/babl_0.1.74.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb
index 55462dcdd7..c470987b4f 100644
--- a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb
+++ b/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb
@@ -12,6 +12,7 @@ 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[md5sum] = "d032853f2678bc95054c39d4f02045c1"