Merge remote-tracking branch 'upstream/master' into staging

Conflicts:
	pkgs/tools/networking/telnet/default.nix
	pkgs/top-level/aliases.nix
This commit is contained in:
Tuomas Tynkkynen
2018-05-16 03:09:33 +03:00
63 changed files with 1206 additions and 218 deletions

View File

@@ -325,6 +325,7 @@ stdenv.mkDerivation ({
"--with-gnu-as" "--without-gnu-ld"
]
++ optional (targetPlatform == hostPlatform && targetPlatform.libc == "musl") "--disable-libsanitizer"
++ optional (targetPlatform.isAarch64) "--enable-fix-cortex-a53-843419"
;
targetConfig = if targetPlatform != hostPlatform then targetPlatform.config else null;