Merge commit 'feb648ce59ffbed94c58133eb7aa2761992a35e1' into staging

This commit is contained in:
John Ericson
2018-05-10 01:55:26 -04:00
13 changed files with 69 additions and 64 deletions
@@ -177,7 +177,7 @@ stdenv.mkDerivation rec {
"--cross-prefix=${stdenv.cc.targetPrefix}"
"--enable-cross-compile"
"--target_os=${hostPlatform.parsed.kernel.name}"
"--arch=${hostPlatform.arch}"
"--arch=${hostPlatform.parsed.cpu.name}"
];
};