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