Skip to content

Commit

Permalink
llvmPackages_6: build using gcc6 on i686, like others.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Mar 8, 2018
1 parent f468f35 commit 42c33ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6539,9 +6539,12 @@ with pkgs;
stdenv = overrideCC stdenv gcc6; # with gcc-7: undefined reference to `__divmoddi4'
});

llvmPackages_6 = callPackage ../development/compilers/llvm/6 {
llvmPackages_6 = callPackage ../development/compilers/llvm/6 ({
inherit (stdenvAdapters) overrideCC;
};
} // stdenv.lib.optionalAttrs (stdenv.cc.isGNU && stdenv.hostPlatform.isi686) {
stdenv = overrideCC stdenv gcc6; # with gcc-7: undefined reference to `__divmoddi4'
});

manticore = callPackage ../development/compilers/manticore { };

mentorToolchains = recurseIntoAttrs (
Expand Down

0 comments on commit 42c33ce

Please sign in to comment.