isl_0_20: do not guess -march=/-mtune=

See #106587
This commit is contained in:
Vincent Haupert 2021-04-09 01:51:21 +02:00 committed by github-actions[bot]
parent 4462a1f678
commit 13598220a6

View file

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