Skip to content

Commit 628578f

Browse files
committedSep 10, 2017
v8: fix v3 builds by switching to GCC 5 (mksnapshot segfaults with GCC 6)
1 parent b310053 commit 628578f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/top-level/all-packages.nix

+2
Original file line numberDiff line numberDiff line change
@@ -10642,10 +10642,12 @@ with pkgs;
1064210642
v8_3_16_14 = callPackage ../development/libraries/v8/3.16.14.nix {
1064310643
inherit (python2Packages) python gyp;
1064410644
cctools = darwin.cctools;
10645+
stdenv = overrideCC stdenv gcc5;
1064510646
};
1064610647

1064710648
v8_3_24_10 = callPackage ../development/libraries/v8/3.24.10.nix {
1064810649
inherit (python2Packages) python gyp;
10650+
stdenv = overrideCC stdenv gcc5;
1064910651
};
1065010652

1065110653
v8 = callPackage ../development/libraries/v8 {

0 commit comments

Comments
 (0)
Please sign in to comment.