about summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc-4.4/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/gcc-4.4/default.nix')
-rw-r--r--pkgs/development/compilers/gcc-4.4/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/gcc-4.4/default.nix b/pkgs/development/compilers/gcc-4.4/default.nix
index 741c440f92f9..36b4440cb276 100644
--- a/pkgs/development/compilers/gcc-4.4/default.nix
+++ b/pkgs/development/compilers/gcc-4.4/default.nix
@@ -33,7 +33,7 @@ assert langVhdl     -> gnat != null;
 
 with stdenv.lib;
 
-let version = "4.4.2";
+let version = "4.4.3";
     javaEcj = fetchurl {
       # The `$(top_srcdir)/ecj.jar' file is automatically picked up at
       # `configure' time.
@@ -100,7 +100,7 @@ stdenv.mkDerivation ({
      # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42279
      ./target-cpp.patch
 
-     # (fixed in gcc 4.4.3) bad mixture of build/target flags
+     # Bad mixture of build/target flags
      ./libstdc++-target.patch
      ]
     ++ optional noSysDirs ./no-sys-dirs.patch