summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-10 05:29:03 +0000
committerKhem Raj <raj.khem@gmail.com>2016-05-10 05:29:03 +0000
commit0f5ad8c2bdaa5d1a9dabdb269b42499dc7c83918 (patch)
treeb181c027ff5b01c166ae092461aad604d447b6a0
parente7efb9b14763a0c975a54e6943bbd7864511463f (diff)
downloadmeta-clang-0f5ad8c2bdaa5d1a9dabdb269b42499dc7c83918.tar.gz
nonclangable: Use gcc for mips64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index a636016..57b512c 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -65,6 +65,9 @@ TOOLCHAIN_pn-mpfr_mips = "gcc"
65TOOLCHAIN_pn-icu_armv4 = "gcc" 65TOOLCHAIN_pn-icu_armv4 = "gcc"
66TOOLCHAIN_pn-icu_armv5 = "gcc" 66TOOLCHAIN_pn-icu_armv5 = "gcc"
67 67
68#../../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
69TOOLCHAIN_pn-libgcrypt_mips64 = "gcc"
70
68CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " 71CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions "
69 72
70#| configure: error: something wrong with CFLAGS 73#| configure: error: something wrong with CFLAGS
@@ -76,3 +79,4 @@ SECURITY_LDLAGS_append_pn-ruby_toolchain-clang = " -Wl,-pie"
76#io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions 79#io_getevents.c:25:141: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
77#io_syscall5(int, __io_getevents_0_4, io_getevents, io_context_t, ctx, long, min_nr, long, nr, struct io_event *, events, struct timespec *, timeout) 80#io_syscall5(int, __io_getevents_0_4, io_getevents, io_context_t, ctx, long, min_nr, long, nr, struct io_event *, events, struct timespec *, timeout)
78CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions" 81CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions"
82