Skip to content

Commit

Permalink
Fix typos in overrides for compiler rt
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Mar 5, 2019
1 parent a78fabe commit 43f903b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ LDFLAGS_append_pn-m4_toolchain-clang = " -rtlib=compiler-rt"
#(unwind.o): in function `__pthread_unwind':
#/usr/src/debug/glibc/2.29-r0/git/nptl/unwind.c:121: undefined reference to `_Unwind_ForcedUnwind'
#clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
COMPILER_RT_pn-libc-bench_libc-glibc_toolchain_clang_arm = "--rtlib=libgcc"
COMPILER_RT_pn-aufs-util_libc-glibc_toolchain_clang_arm = "--rtlib=libgcc"
COMPILER_RT_pn-libhugetlbfs_libc-glibc_toolchaon-clang_arm = "--rtlib=libgcc"
COMPILER_RT_pn-libc-bench_libc-glibc_toolchain-clang_arm = "--rtlib=libgcc"
COMPILER_RT_pn-aufs-util_libc-glibc_toolchain-clang_arm = "--rtlib=libgcc"
COMPILER_RT_pn-libhugetlbfs_libc-glibc_toolchain-clang_arm = "--rtlib=libgcc"

0 comments on commit 43f903b

Please sign in to comment.