Merge remote-tracking branch 'origin/master' into gcc-cross

This commit is contained in:
Matthew Bauer
2020-08-26 16:10:02 -05:00
15353 changed files with 298401 additions and 154784 deletions
@@ -5,6 +5,7 @@
, langJava ? false
, langGo ? false
, profiledCompiler ? false
, langJit ? false
, staticCompiler ? false
, enableShared ? true
, enableLTO ? true
@@ -89,7 +90,7 @@ let majorVersion = "4";
# Antlr (optional) allows the Java `gjdoc' tool to be built. We want a
# binary distribution here to allow the whole chain to be bootstrapped.
javaAntlr = fetchurl {
url = https://www.antlr.org/download/antlr-4.4-complete.jar;
url = "https://www.antlr.org/download/antlr-4.4-complete.jar";
sha256 = "02lda2imivsvsis8rnzmbrbp8rh1kb8vmq4i67pqhkwz7lf8y6dz";
};
@@ -215,6 +216,7 @@ stdenv.mkDerivation ({
langGo
langObjC
langObjCpp
langJit
;
};
@@ -265,8 +267,8 @@ stdenv.mkDerivation ({
(import ../common/extra-target-flags.nix {
inherit stdenv crossStageStatic libcCross threadsCross;
})
EXTRA_TARGET_FLAGS
EXTRA_TARGET_LDFLAGS
EXTRA_FLAGS_FOR_TARGET
EXTRA_LDFLAGS_FOR_TARGET
;
passthru = {
@@ -281,7 +283,7 @@ stdenv.mkDerivation ({
inherit (stdenv) is64bit;
meta = {
homepage = https://gcc.gnu.org/;
homepage = "https://gcc.gnu.org/";
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
description = "GNU Compiler Collection, version ${version}"
+ (if stripped then "" else " (with debugging info)");