summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-07-26 16:23:10 -0700
committerKhem Raj <raj.khem@gmail.com>2017-07-26 16:23:10 -0700
commitf8011d148e6143b7cae69451e2d95b8afbec2ab6 (patch)
tree01635a8679c233e0a95ce43fbc1e78878db8ef33 /conf
parent6b262b792cdaa2db021efe5c02b256587e8a5079 (diff)
downloadmeta-clang-f8011d148e6143b7cae69451e2d95b8afbec2ab6.tar.gz
nonclangable: Remove klibc and klibc-static-utils
works with clang after patching klibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/nonclangable.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index c4cd054..0393e6f 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -73,10 +73,6 @@ TOOLCHAIN_pn-mpfr_mips64 = "gcc"
73TOOLCHAIN_pn-icu_armv4 = "gcc" 73TOOLCHAIN_pn-icu_armv4 = "gcc"
74TOOLCHAIN_pn-icu_armv5 = "gcc" 74TOOLCHAIN_pn-icu_armv5 = "gcc"
75 75
76# klcc is hardcoded to look for gcc
77TOOLCHAIN_pn-klibc = "gcc"
78TOOLCHAIN_pn-klibc-static-utils = "gcc"
79
80#../../libgcrypt-1.6.5/mpi/mpih-div.c:98:3: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions 76#../../libgcrypt-1.6.5/mpi/mpih-div.c:98:3: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
81TOOLCHAIN_pn-libgcrypt_mips64 = "gcc" 77TOOLCHAIN_pn-libgcrypt_mips64 = "gcc"
82 78