Merge pull request #118870 from veehaitch/isl-20-r13y

isl_0_20: do not guess -march=/-mtune=
This commit is contained in:
Sandro
2021-04-12 16:26:11 +02:00
committed by GitHub

View File

@@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
buildInputs = [ gmp ];
configureFlags = [
"--with-gcc-arch=generic" # don't guess -march=/mtune=
];
enableParallelBuilding = true;
meta = {