summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-16 23:37:40 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-17 16:55:30 -0700
commit5ce552b761f2074e3a62675649224c706b7debd9 (patch)
tree5c11143d068890dedd71fc57f581d97525c70030 /conf
parent320e91209c7000729dfafbc84a72dbd755f18483 (diff)
downloadmeta-clang-5ce552b761f2074e3a62675649224c706b7debd9.tar.gz
aufs-util,libc-bench: Drop forcing to use libgcc undwinder on arm
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 656405c..b9890b2 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -275,9 +275,7 @@ COMPILER_RT:pn-tsocks:libc-glibc:toolchain-clang:x86-64 = "-rtlib=libgcc --unwin
275#(unwind.o): in function `__pthread_unwind': 275#(unwind.o): in function `__pthread_unwind':
276#/usr/src/debug/glibc/2.29-r0/git/nptl/unwind.c:121: undefined reference to `_Unwind_ForcedUnwind' 276#/usr/src/debug/glibc/2.29-r0/git/nptl/unwind.c:121: undefined reference to `_Unwind_ForcedUnwind'
277#clang-8: error: linker command failed with exit code 1 (use -v to see invocation) 277#clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
278COMPILER_RT:pn-aufs-util:libc-glibc:toolchain-clang:arm = "--unwindlib=libgcc"
279COMPILER_RT:pn-libhugetlbfs:libc-glibc:toolchain-clang:arm = "--unwindlib=libgcc" 278COMPILER_RT:pn-libhugetlbfs:libc-glibc:toolchain-clang:arm = "--unwindlib=libgcc"
280COMPILER_RT:pn-libc-bench:libc-glibc:toolchain-clang:arm = "--unwindlib=libgcc"
281 279
282# Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so 280# Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so
283# let same compiler ( gcc or clang) be native/cross compiler 281# let same compiler ( gcc or clang) be native/cross compiler