diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-04-21 13:02:32 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-21 13:03:35 -0700 |
commit | ff19c7c5694f79271ae26543562e5563d4250559 (patch) | |
tree | c81946f40a30765c0e8442496a9940422674e78f /meta-gnome | |
parent | 376eab2c256352b5a03d796bb6e60df307de41c2 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gimp/babl/babl_0.1.74.bb | 1 |
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 55462dcdd..c470987b4 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" | |||
12 | 12 | ||
13 | # https://bugs.llvm.org/show_bug.cgi?id=45555 | 13 | # https://bugs.llvm.org/show_bug.cgi?id=45555 |
14 | CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore " | 14 | CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore " |
15 | CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore " | ||
15 | 16 | ||
16 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" | 17 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" |
17 | SRC_URI[md5sum] = "d032853f2678bc95054c39d4f02045c1" | 18 | SRC_URI[md5sum] = "d032853f2678bc95054c39d4f02045c1" |