Merge accepted cross compilation PRs into staging

This commit is contained in:
John Ericson
2017-06-28 23:17:21 -04:00
83 changed files with 307 additions and 346 deletions
@@ -15,10 +15,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
crossAttrs = {
CC = stdenv.cross.config + "-gcc";
};
# Too red
configureFlags = [ "--disable-modern-top" ];