Bug#914770: llvm-toolchain-7: baseline violation on i386

Sylvestre Ledru sylvestre at debian.org
Wed Nov 28 08:54:38 GMT 2018


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



More information about the Pkg-llvm-team mailing list