* GCC updated to 3.4.3.
svn path=/nixpkgs/trunk/; revision=1980
This commit is contained in:
parent
7f3dc52aba
commit
9e5869f731
@ -6,11 +6,11 @@
|
||||
assert langC;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gcc-3.4.2";
|
||||
name = "gcc-3.4.3";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/mirror/languages/gcc/releases/gcc-3.4.2/gcc-3.4.2.tar.bz2;
|
||||
md5 = "2fada3a3effd2fd791df09df1f1534b3";
|
||||
url = ftp://ftp.nluug.nl/mirror/languages/gcc/releases/gcc-3.4.3/gcc-3.4.3.tar.bz2;
|
||||
md5 = "e744b30c834360fccac41eb7269a3011";
|
||||
};
|
||||
# !!! apply only if noSysDirs is set
|
||||
patches = [./no-sys-dirs.patch];
|
||||
|
Loading…
Reference in New Issue
Block a user