summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-12-19 12:36:30 -0800
committerKhem Raj <raj.khem@gmail.com>2020-12-23 23:13:06 -0800
commit11ad3889e30d8ef24c36f0c7e50d2714119d4497 (patch)
tree0bc5bc16a9fd1c3d52f272e451f2310e1c5e4b0d
parentfbb032bfc535e0ed3127c171d4236a97d51c16df (diff)
downloadmeta-clang-11ad3889e30d8ef24c36f0c7e50d2714119d4497.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf4
1 files 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"
212CFLAGS_append_pn-ne10_toolchain-clang_arm = " -no-integrated-as" 212CFLAGS_append_pn-ne10_toolchain-clang_arm = " -no-integrated-as"
213CFLAGS_append_pn-libde265_toolchain-clang_arm = " -no-integrated-as" 213CFLAGS_append_pn-libde265_toolchain-clang_arm = " -no-integrated-as"
214 214
215# :5 : error: unknown directive 215# :5 : error: unknown directive
216#^ 216#^
217# .endfunc 217# .endfunc
218# ^ 218# ^
@@ -250,6 +250,7 @@ TUNE_CCARGS_remove_pn-nfs-utils_toolchain-clang = "-Qunused-arguments"
250# We want to error out when -msse option is used otherwise it enables sse on non-x86 arches 250# We want to error out when -msse option is used otherwise it enables sse on non-x86 arches
251TUNE_CCARGS_remove_pn-pipewire_toolchain-clang = "-Qunused-arguments" 251TUNE_CCARGS_remove_pn-pipewire_toolchain-clang = "-Qunused-arguments"
252TUNE_CCARGS_remove_pn-tesseract_toolchain-clang = "-Qunused-arguments" 252TUNE_CCARGS_remove_pn-tesseract_toolchain-clang = "-Qunused-arguments"
253TUNE_CCARGS_remove_pn-pulseaudio_toolchain-clang = "-Qunused-arguments"
253 254
254#| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' 255#| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4'
255#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) 256#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
@@ -315,4 +316,3 @@ LTO_pn-libidn2_toolchain-clang = ""
315 316
316#libcairo.so: undefined reference to pthread_mutexattr_init [--no-allow-shlib-undefined] 317#libcairo.so: undefined reference to pthread_mutexattr_init [--no-allow-shlib-undefined]
317LTO_pn-cairo_toolchain-clang = "" 318LTO_pn-cairo_toolchain-clang = ""
318