diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-10-08 16:46:29 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-08 23:33:41 -0700 |
commit | 248496da6714e90e4e9d349c3bd497ff794f70d1 (patch) | |
tree | b18203e61e1081f039d1da6056c1e0575e2c8eac /conf | |
parent | f6b8109aaa982f49447caa036999caa878274b43 (diff) | |
download | meta-clang-248496da6714e90e4e9d349c3bd497ff794f70d1.tar.gz |
nonclangable: Use libgcc for libc-bench, aufs-util, libhugetlbfs, tsocks
They do static linking, and when linking with glibc it expects
intrinsics from libgcc since we do not use clang to build glibc
this is not an issue on musl since we use clang to build most of
musl ports
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index f9e8055..f7b8a60 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -228,6 +228,10 @@ COMPILER_RT_pn-libc-bench_libc-glibc_toolchain-clang_x86 = "--rtlib=libgcc" | |||
228 | COMPILER_RT_pn-aufs-util_libc-glibc_toolchain-clang_x86 = "--rtlib=libgcc" | 228 | COMPILER_RT_pn-aufs-util_libc-glibc_toolchain-clang_x86 = "--rtlib=libgcc" |
229 | COMPILER_RT_pn-libhugetlbfs_libc-glibc_toolchain-clang_x86 = "--rtlib=libgcc" | 229 | COMPILER_RT_pn-libhugetlbfs_libc-glibc_toolchain-clang_x86 = "--rtlib=libgcc" |
230 | COMPILER_RT_pn-tsocks_libc-glibc_toolchain-clang_x86 = "--rtlib=libgcc" | 230 | COMPILER_RT_pn-tsocks_libc-glibc_toolchain-clang_x86 = "--rtlib=libgcc" |
231 | COMPILER_RT_pn-libc-bench_libc-glibc_toolchain-clang_x86-64 = "--rtlib=libgcc" | ||
232 | COMPILER_RT_pn-aufs-util_libc-glibc_toolchain-clang_x86-64 = "--rtlib=libgcc" | ||
233 | COMPILER_RT_pn-libhugetlbfs_libc-glibc_toolchain-clang_x86-64 = "--rtlib=libgcc" | ||
234 | COMPILER_RT_pn-tsocks_libc-glibc_toolchain-clang_x86-64 = "--rtlib=libgcc" | ||
231 | 235 | ||
232 | #(unwind.o): in function `__pthread_unwind': | 236 | #(unwind.o): in function `__pthread_unwind': |
233 | #/usr/src/debug/glibc/2.29-r0/git/nptl/unwind.c:121: undefined reference to `_Unwind_ForcedUnwind' | 237 | #/usr/src/debug/glibc/2.29-r0/git/nptl/unwind.c:121: undefined reference to `_Unwind_ForcedUnwind' |