From 11ad3889e30d8ef24c36f0c7e50d2714119d4497 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 19 Dec 2020 12:36:30 -0800 Subject: pulseaudio: Remove -Qunused-arguments with clang -Qunused-arguments means its silencing warning about compiling arm/neon check code on x86 and tricking the build system to assume that compiler can support neon on x86 Signed-off-by: Khem Raj --- conf/nonclangable.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 480102a..129bedc 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -212,7 +212,7 @@ CFLAGS_append_pn-tinymembench_toolchain-clang_mipsarch = " -no-integrated-as" CFLAGS_append_pn-ne10_toolchain-clang_arm = " -no-integrated-as" CFLAGS_append_pn-libde265_toolchain-clang_arm = " -no-integrated-as" -# :5 : error: unknown directive +# :5 : error: unknown directive #^ # .endfunc # ^ @@ -250,6 +250,7 @@ TUNE_CCARGS_remove_pn-nfs-utils_toolchain-clang = "-Qunused-arguments" # We want to error out when -msse option is used otherwise it enables sse on non-x86 arches TUNE_CCARGS_remove_pn-pipewire_toolchain-clang = "-Qunused-arguments" TUNE_CCARGS_remove_pn-tesseract_toolchain-clang = "-Qunused-arguments" +TUNE_CCARGS_remove_pn-pulseaudio_toolchain-clang = "-Qunused-arguments" #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) @@ -315,4 +316,3 @@ LTO_pn-libidn2_toolchain-clang = "" #libcairo.so: undefined reference to pthread_mutexattr_init [--no-allow-shlib-undefined] LTO_pn-cairo_toolchain-clang = "" - -- cgit v1.2.3-54-g00ecf