1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

Remove old, commented GCJ expression.

svn path=/nixpkgs/trunk/; revision=18165
This commit is contained in:
Ludovic Courtès 2009-11-05 21:43:05 +00:00
parent 24c70760cd
commit 82579d30d0

View file

@ -2181,23 +2181,6 @@ let
inherit fetchurl stdenv x11 ncurses;
};
/*
gcj = import ../build-support/gcc-wrapper/default2.nix {
name = "gcj-wrapper";
nativeTools = false;
nativeLibc = false;
gcc = import ../development/compilers/gcc-4.0 {
inherit fetchurl stdenv noSysDirs;
langJava = true;
langCC = false;
langC = false;
langF77 = false;
};
inherit (stdenv.gcc) binutils libc;
inherit stdenv;
};
*/
opencxx = import ../development/compilers/opencxx {
inherit fetchurl stdenv libtool;
gcc = gcc33;