diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-05-10 01:54:15 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2016-05-10 01:54:15 +0000 |
commit | ce78d86642d5c484879b6fa742a17f7e3d2ca53d (patch) | |
tree | 34f7936cf3bc86ab6f62d922ea109b02fe36b3a7 | |
parent | 1b3abca3b98604274b99e9d5d850c1a043d77412 (diff) | |
download | meta-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.conf | 4 |
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 |
69 | SECURITY_CFLAGS_remove_pn-ruby_toolchain-clang = "-pie" | 69 | SECURITY_CFLAGS_remove_pn-ruby_toolchain-clang = "-pie" |
70 | SECURITY_LDLAGS_append_pn-ruby_toolchain-clang = " -Wl,-pie" | 70 | SECURITY_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) | ||
74 | CFLAGS_append_pn-libaio_toolchain-clang_mips = " -fheinous-gnu-extensions" | ||