Make GCJ 4.5 the default GCJ.

svn path=/nixpkgs/trunk/; revision=21989
This commit is contained in:
Ludovic Courtès 2010-05-26 14:53:09 +00:00
parent 7132072986
commit b62acd088e

View file

@ -2195,7 +2195,7 @@ let
profiledCompiler = false;
});
gcj = gcj44;
gcj = gcj45;
gcj44 = wrapGCC (gcc44_real.gcc.override {
name = "gcj";