* gcc-wrapper: inherit gcc's name by default.

* gcc: upgraded to 3.4.1.

  Zie je wel, Martin, gcc is niet eng :-)

svn path=/nixpkgs/trunk/; revision=1128
This commit is contained in:
Eelco Dolstra
2004-07-05 12:00:19 +00:00
parent 6315d6d923
commit 2bf90b3fbf
3 changed files with 6 additions and 6 deletions

View File

@@ -6,11 +6,11 @@
assert langC;
stdenv.mkDerivation {
name = "gcc-3.4.0";
name = "gcc-3.4.1";
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.nluug.nl/mirror/languages/gcc/releases/gcc-3.4.0/gcc-3.4.0.tar.bz2;
md5 = "85c6fc83d51be0fbb4f8205accbaff59";
url = ftp://ftp.nluug.nl/mirror/languages/gcc/releases/gcc-3.4.1/gcc-3.4.1.tar.bz2;
md5 = "31b459062499f9f68d451db9cbf3205c";
};
# !!! apply only if noSysDirs is set
patches = [./no-sys-dirs.patch];