···1213 configureFlags = [ "--with-gcc-arch=generic" ]; # no detection of -march= or -mtune=
1415- doCheck = true;
1617 dontStrip = stdenv ? cross; # Don't run the native `strip' when cross-compiling.
18
···1213 configureFlags = [ "--with-gcc-arch=generic" ]; # no detection of -march= or -mtune=
1415+ doCheck = !stdenv.isDarwin; # until we solve dejagnu problems on darwin
1617 dontStrip = stdenv ? cross; # Don't run the native `strip' when cross-compiling.
18