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
commit 4bab759638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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