diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-15 00:38:06 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-15 00:38:06 -0700 |
commit | cd511f91d274169ff5a17409df5491fd59d82ed7 (patch) | |
tree | df3d2b2fade81dc055bf5ee157f395f666fb517b /conf/nonclangable.conf | |
parent | 7fe1f00d0dba17382e5a18fafcfabd7a3594902f (diff) | |
download | meta-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>
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r-- | conf/nonclangable.conf | 1 |
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 |
30 | TOOLCHAIN_pn-mesa_mips = "gcc" | 30 | TOOLCHAIN_pn-mesa_mips = "gcc" |
31 | TOOLCHAIN_pn-mesa_mipsel = "gcc" | 31 | TOOLCHAIN_pn-mesa_mipsel = "gcc" |
32 | TOOLCHAIN_pn-mozjs = "gcc" | ||
32 | TOOLCHAIN_pn-openjdk-8 = "gcc" | 33 | TOOLCHAIN_pn-openjdk-8 = "gcc" |
33 | TOOLCHAIN_pn-openjre-8 = "gcc" | 34 | TOOLCHAIN_pn-openjre-8 = "gcc" |
34 | TOOLCHAIN_pn-perf = "gcc" | 35 | TOOLCHAIN_pn-perf = "gcc" |