summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyroute2_0.9.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-17 16:17:19 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-17 19:14:31 -0700
commitea8387ba411d6e7dba3e63428a9b0a07d0681bf7 (patch)
treed4c04d2b7976f20e71843f59f4a94dd0688c63c1 /meta-python/recipes-devtools/python/python3-pyroute2_0.9.2.bb
parentf7bc16fc1e4a76ed96031fd6bde02183dfb8313b (diff)
downloadmeta-openembedded-master-next.tar.gz
nss: Fix build when using clang toolchainmaster-next
When using clang cross compiler, nss make system adds some clang specific options e.g. Qunused-options to CFLAGS which is fine for cross/target compile but some portions e.g. nsinstall is build natively so it uses NATIVE_CC to compile this utility, its is set to BUILD_CC rightly but when using clang for CC and gcc for BUILD_CC, nss build system is confused because its trying to use the computed set of warnings for both native and cross compile and they may not match between clang and gcc. So here we explicitly use clang for NATIVE_CC when TOOLCHAIN is clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyroute2_0.9.2.bb')
0 files changed, 0 insertions, 0 deletions