summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-10 01:54:15 +0000
committerKhem Raj <raj.khem@gmail.com>2016-05-10 01:54:15 +0000
commitce78d86642d5c484879b6fa742a17f7e3d2ca53d (patch)
tree34f7936cf3bc86ab6f62d922ea109b02fe36b3a7
parent1b3abca3b98604274b99e9d5d850c1a043d77412 (diff)
downloadmeta-clang-ce78d86642d5c484879b6fa742a17f7e3d2ca53d.tar.gz
nonclangable.conf: Fix build of libaio on clang/mips
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 f939f4a..b14f858 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -68,3 +68,7 @@ CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions "
68# ruby configure does not like that 68# ruby configure does not like that
69SECURITY_CFLAGS_remove_pn-ruby_toolchain-clang = "-pie" 69SECURITY_CFLAGS_remove_pn-ruby_toolchain-clang = "-pie"
70SECURITY_LDLAGS_append_pn-ruby_toolchain-clang = " -Wl,-pie" 70SECURITY_LDLAGS_append_pn-ruby_toolchain-clang = " -Wl,-pie"
71
72#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
73#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)
74CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions"