Hello, Le 28/11/2018 à 04:17, Fanael Linithien a écrit :
I've verified that adding the following to the llvm-toolchain-7's debian/rules and rebuilding fixes the issue:ifneq (,$(filter $(DEB_HOST_ARCH),i386)) # Clang default to baseline-violating -march setting on i386. CFLAGS_EXTRA += -march=i686 CXXFLAGS_EXTRA += -march=i686 endif
Excellent, many thanks.Could you please do a MR here https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/7/ ?
(I am travelling today) Thanks S