diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-16 21:12:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-17 16:55:30 -0700 |
commit | 0c31d2529f3b18aa7c4579faa8b807da08f4b354 (patch) | |
tree | 56e53aaf0406e1e08022dcbd81931ec974b5688c | |
parent | 498360670f843ec50422041f932dc9c87e629655 (diff) | |
download | meta-clang-0c31d2529f3b18aa7c4579faa8b807da08f4b354.tar.gz |
libaio: Drop using -fheinous-gnu-extensions
its not needed anymore
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 08889d1..57e9014 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -148,10 +148,6 @@ TOOLCHAIN:pn-openssh = "gcc" | |||
148 | 148 | ||
149 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " | 149 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " |
150 | 150 | ||
151 | #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 | ||
152 | #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) | ||
153 | CFLAGS:append:pn-libaio:toolchain-clang:mips = " -fheinous-gnu-extensions" | ||
154 | |||
155 | #../libffi-3.2.1/src/arm/sysv.S:363:2: error: invalid instruction, did you mean: fldmiax? | 151 | #../libffi-3.2.1/src/arm/sysv.S:363:2: error: invalid instruction, did you mean: fldmiax? |
156 | # fldmiadgt ip, {d0-d7} | 152 | # fldmiadgt ip, {d0-d7} |
157 | CFLAGS:append:pn-libffi:arm:toolchain-clang = " -no-integrated-as" | 153 | CFLAGS:append:pn-libffi:arm:toolchain-clang = " -no-integrated-as" |