summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-15 00:38:06 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-15 00:38:06 -0700
commitcd511f91d274169ff5a17409df5491fd59d82ed7 (patch)
treedf3d2b2fade81dc055bf5ee157f395f666fb517b
parent7fe1f00d0dba17382e5a18fafcfabd7a3594902f (diff)
downloadmeta-clang-cd511f91d274169ff5a17409df5491fd59d82ed7.tar.gz
Mark mozjs nonclangable
We still see issues cross compiling it for x86_64 | /mnt/a/oe/build/tmp/work/core2-64-bec-linux-musl/mozjs/52.8.1-r0/build/config/ ../../recipe-sysroot-native/usr/bin/x86_64-bec-linux-musl/x86_64-bec-linux-musl- ld: warning: library search path "/usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.1" is u nsafe for cross-compilation | /mnt/a/oe/build/tmp/work/core2-64-bec-linux-musl/mozjs/52.8.1-r0/build/config/ ../../recipe-sysroot-native/usr/bin/x86_64-bec-linux-musl/x86_64-bec-linux-musl- ld: warning: library search path "/usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../.. /../../lib64" is unsafe for cross-compilation | /mnt/a/oe/build/tmp/work/core2-64-bec-linux-musl/mozjs/52.8.1-r0/build/config/ ../../recipe-sysroot-native/usr/bin/x86_64-bec-linux-musl/x86_64-bec-linux-musl- ld: warning: library search path "/usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.1/../.. /.." is unsafe for cross-compilation | cp nsinstall_real nsinstall.tmp | mv nsinstall.tmp nsinstall | ../config/nsinstall -R -m 755 'nsinstall' '../dist/bin' | make[3]: ../config/nsinstall: Command not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 6305eb2..7922e5f 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -29,6 +29,7 @@ TOOLCHAIN_pn-libssp-nonshared = "gcc"
29# clang does not have 64bit atomics on mips32 29# clang does not have 64bit atomics on mips32
30TOOLCHAIN_pn-mesa_mips = "gcc" 30TOOLCHAIN_pn-mesa_mips = "gcc"
31TOOLCHAIN_pn-mesa_mipsel = "gcc" 31TOOLCHAIN_pn-mesa_mipsel = "gcc"
32TOOLCHAIN_pn-mozjs = "gcc"
32TOOLCHAIN_pn-openjdk-8 = "gcc" 33TOOLCHAIN_pn-openjdk-8 = "gcc"
33TOOLCHAIN_pn-openjre-8 = "gcc" 34TOOLCHAIN_pn-openjre-8 = "gcc"
34TOOLCHAIN_pn-perf = "gcc" 35TOOLCHAIN_pn-perf = "gcc"