Remove broken and obsolete versions of gcj and ghdl
This commit is contained in:
parent
a0e21fd1ca
commit
06f4398b46
@ -2565,20 +2565,6 @@ let
|
||||
|
||||
gcj = gcj45;
|
||||
|
||||
gcj44 = wrapGCC (gcc44.gcc.override {
|
||||
name = "gcj";
|
||||
langJava = true;
|
||||
langFortran = false;
|
||||
langCC = true;
|
||||
langC = false;
|
||||
profiledCompiler = false;
|
||||
inherit zip unzip zlib boehmgc gettext pkgconfig;
|
||||
inherit gtk;
|
||||
inherit (gnome) libart_lgpl;
|
||||
inherit (xlibs) libX11 libXt libSM libICE libXtst libXi libXrender
|
||||
libXrandr xproto renderproto xextproto inputproto randrproto;
|
||||
});
|
||||
|
||||
gcj45 = wrapGCC (gcc45.gcc.override {
|
||||
name = "gcj";
|
||||
langJava = true;
|
||||
@ -2672,18 +2658,6 @@ let
|
||||
enableMultilib = false;
|
||||
});
|
||||
|
||||
# Not officially supported version for ghdl
|
||||
ghdl_gcc44 = lowPrio (wrapGCC (import ../development/compilers/gcc/4.4 {
|
||||
inherit stdenv fetchurl texinfo gmp mpfr noSysDirs gnat gettext which
|
||||
ppl cloogppl;
|
||||
name = "ghdl";
|
||||
langVhdl = true;
|
||||
langCC = false;
|
||||
langC = false;
|
||||
profiledCompiler = false;
|
||||
enableMultilib = false;
|
||||
}));
|
||||
|
||||
gcl = builderDefsPackage ../development/compilers/gcl {
|
||||
inherit mpfr m4 binutils fetchcvs emacs zlib which
|
||||
texinfo;
|
||||
|
@ -372,7 +372,6 @@ let
|
||||
gajim = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
gav = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
gcj = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
gcj44 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
gcj46 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
gcl = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
gdb = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||
|
@ -53,7 +53,6 @@ with (import ./release-lib.nix);
|
||||
gcc34 = linux;
|
||||
gcc42 = linux;
|
||||
gcc44 = linux;
|
||||
gcj44 = linux;
|
||||
ghdl = linux;
|
||||
glibc = linux;
|
||||
glibcLocales = linux;
|
||||
|
@ -116,7 +116,6 @@ let
|
||||
gcc34 = linux;
|
||||
gcc42 = linux;
|
||||
gcc44 = linux;
|
||||
gcj44 = linux;
|
||||
ghdl = linux;
|
||||
ghostscript = linux;
|
||||
ghostscriptX = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user