From 40657fdae423120a31247d43add3b3b286288215 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Sep 2022 20:37:15 -0700 Subject: apt: Remove clang specific kludges Signed-off-by: Khem Raj --- conf/nonclangable.conf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index b0221bc..abe140e 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -347,15 +347,6 @@ COMPILER_RT:pn-libc-bench:libc-glibc:toolchain-clang:arm = "--unwindlib=libgcc" # | gcc: error: unrecognized command line option ‘-Qunused-arguments’ BUILD_CC:pn-nss:toolchain-clang = "clang -rtlib=libgcc -unwindlib=none" -# libnoprofile.c:19:5: error: expected parameter declarator -# int printf(const char *format, ...) { -# ^ -# error: non-constant-expression cannot be narrowed from type 'std::chrono::duration< -#long long, std::ratio<1, 1> >::rep' (aka 'long long') to '__time_t' (aka 'long') in initializer list -# [-Wc++11-narrowing] -CXXFLAGS:append:pn-apt:toolchain-clang = " -Wno-c++11-narrowing" -lcl_maybe_fortify:pn-apt:toolchain-clang = "" - # LTO # Seems to use symver ASMs see https://stackoverflow.com/questions/46304742/how-to-combine-lto-with-symbol-versioning # lib/puny_encode.c:136: multiple definition of `_idn2_punycode_encode' -- cgit v1.2.3-54-g00ecf