From 73c00a5a0bebc871854e43cc1f0fe5bd5e5ad1d7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 26 Mar 2024 20:57:11 -0700 Subject: uftrace: Do not use internal clang assembler This expects GNU assembler I guess. Signed-off-by: Khem Raj --- conf/nonclangable.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index d14a913..27165f4 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -249,6 +249,9 @@ CFLAGS:append:pn-libde265:toolchain-clang:arm = " -no-integrated-as" # ^ CFLAGS:append:pn-luajit:toolchain-clang:mips = " -no-integrated-as" +# uftrace/0.15.2/git/arch/aarch64/dynamic.S:92:2: error: instruction requires: fp-armv8 +CFLAGS:append:pn-uftrace:toolchain-clang:aarch64 = " -no-integrated-as" + #FAILED: libucontext_posix.so.1 #clang-13: error: unable to execute command: Segmentation fault (core dumped) #clang-13: error: linker command failed due to signal (use -v to see invocation) -- cgit v1.2.3-54-g00ecf