Skip to content

Commit

Permalink
Merge pull request NixOS#68998 from matthewbauer/gcc-8-darwin
Browse files Browse the repository at this point in the history
gcc: use gcc8 on darwin
  • Loading branch information
matthewbauer committed Sep 21, 2019
2 parents 8e9b98a + 9bdfcf2 commit 2196174
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/compilers/gcc/8/default.nix
Expand Up @@ -373,9 +373,6 @@ stdenv.mkDerivation ({
stdenv.lib.platforms.freebsd ++
stdenv.lib.platforms.illumos ++
stdenv.lib.platforms.darwin;

# See #40038
broken = stdenv.isDarwin;
};
}

Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -7506,7 +7506,7 @@ in
gerbil-unstable = callPackage ../development/compilers/gerbil/unstable.nix { stdenv = gccStdenv; };

gccFun = callPackage ../development/compilers/gcc/8;
gcc = if stdenv.isDarwin then gcc7 else gcc8;
gcc = gcc8;
gcc-unwrapped = gcc.cc;

gccStdenv = if stdenv.cc.isGNU then stdenv else stdenv.override {
Expand Down

0 comments on commit 2196174

Please sign in to comment.