diff options
-rw-r--r-- | classes/clang-legacy.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/clang-legacy.bbclass b/classes/clang-legacy.bbclass index dbd600f..5f7760d 100644 --- a/classes/clang-legacy.bbclass +++ b/classes/clang-legacy.bbclass | |||
@@ -20,7 +20,7 @@ LIBCPLUSPLUS ??= "" | |||
20 | LIBCPLUSPLUS:armv5 = "-stdlib=libstdc++" | 20 | LIBCPLUSPLUS:armv5 = "-stdlib=libstdc++" |
21 | 21 | ||
22 | CXXFLAGS:append:toolchain-clang = " ${LIBCPLUSPLUS}" | 22 | CXXFLAGS:append:toolchain-clang = " ${LIBCPLUSPLUS}" |
23 | LDFLAGS:append:toolchain-clang = " ${COMPILER_RT} ${LIBCPLUSPLUS}" | 23 | LDFLAGS:append:toolchain-clang = " ${COMPILER_RT} ${UNWINDLIB} ${LIBCPLUSPLUS}" |
24 | 24 | ||
25 | # Clang does not yet support big.LITTLE performance tunes, so use the LITTLE for tunes | 25 | # Clang does not yet support big.LITTLE performance tunes, so use the LITTLE for tunes |
26 | TUNE_CCARGS:remove:toolchain-clang = "\ | 26 | TUNE_CCARGS:remove:toolchain-clang = "\ |