mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Remove old, commented GCJ expression.
svn path=/nixpkgs/trunk/; revision=18165
This commit is contained in:
parent
24c70760cd
commit
82579d30d0
@ -2181,23 +2181,6 @@ let
|
|||||||
inherit fetchurl stdenv x11 ncurses;
|
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 {
|
opencxx = import ../development/compilers/opencxx {
|
||||||
inherit fetchurl stdenv libtool;
|
inherit fetchurl stdenv libtool;
|
||||||
gcc = gcc33;
|
gcc = gcc33;
|
||||||
|
Loading…
Reference in New Issue
Block a user