summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-24 23:23:46 +0000
committerRobin Gloster <mail@glob.in>2016-08-24 23:23:46 +0000
commitcbb055c1d9e16e6333a199b6df0380c14af55825 (patch)
tree1ac92cd2b065822a1cab5faf8be73e7b13f172ba
parent4685018b5938367356dae370620637c0817f8d54 (diff)
downloadnixlib-cbb055c1d9e16e6333a199b6df0380c14af55825.tar
nixlib-cbb055c1d9e16e6333a199b6df0380c14af55825.tar.gz
nixlib-cbb055c1d9e16e6333a199b6df0380c14af55825.tar.bz2
nixlib-cbb055c1d9e16e6333a199b6df0380c14af55825.tar.lz
nixlib-cbb055c1d9e16e6333a199b6df0380c14af55825.tar.xz
nixlib-cbb055c1d9e16e6333a199b6df0380c14af55825.tar.zst
nixlib-cbb055c1d9e16e6333a199b6df0380c14af55825.zip
gcc46: remove unused package
-rw-r--r--pkgs/top-level/all-packages.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 4e17fd62cc85..7974243d7dcc 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -4497,24 +4497,6 @@ in
     libcCross = if crossSystem != null then libcCross else null;
   }));
 
-  gcc46 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.6 {
-    inherit noSysDirs;
-
-    ppl = null;
-    cloog = null;
-
-    # bootstrapping a profiled compiler does not work in the sheevaplug:
-    # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43944
-    profiledCompiler = false;
-
-    # When building `gcc.crossDrv' (a "Canadian cross", with host == target
-    # and host != build), `cross' must be null but the cross-libc must still
-    # be passed.
-    cross = null;
-    libcCross = if crossSystem != null then libcCross else null;
-    texinfo = texinfo413;
-  }));
-
   gcc48 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.8 {
     inherit noSysDirs;