summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-01-03 09:54:02 -0500
committerShea Levy <shea@shealevy.com>2015-01-03 09:54:02 -0500
commit77a448e96f8165da33c7c03dc8b8030fc0df2fc8 (patch)
tree15adc6d9e1c5b649a8047bd5672e26ff5c8f221a /pkgs/stdenv
parent187646f0711b0c7f5cbbd9a759f831ffe18cd703 (diff)
downloadnixpkgs-77a448e96f8165da33c7c03dc8b8030fc0df2fc8.tar
nixpkgs-77a448e96f8165da33c7c03dc8b8030fc0df2fc8.tar.gz
nixpkgs-77a448e96f8165da33c7c03dc8b8030fc0df2fc8.tar.bz2
nixpkgs-77a448e96f8165da33c7c03dc8b8030fc0df2fc8.tar.lz
nixpkgs-77a448e96f8165da33c7c03dc8b8030fc0df2fc8.tar.xz
nixpkgs-77a448e96f8165da33c7c03dc8b8030fc0df2fc8.tar.zst
nixpkgs-77a448e96f8165da33c7c03dc8b8030fc0df2fc8.zip
restore pkgs.gcc = stdenv.cc
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/linux/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index f68f63975b2..6f35d5fc0c8 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -287,6 +287,9 @@ rec {
 
     overrides = pkgs: {
       inherit cc;
+
+      gcc = cc;
+
       inherit (stage4.pkgs)
         gzip bzip2 xz bash binutils coreutils diffutils findutils gawk
         glibc gnumake gnused gnutar gnugrep gnupatch patchelf