nixpkgs/pkgs/gcc/gcc.fix
Eelco Dolstra 3638af3cab * gcc: ensure that the compilers past stage-1 and the libraries are linked
against our glibc.

svn path=/nixpkgs/trunk/; revision=360
2003-08-26 13:55:30 +00:00

15 lines
402 B
Plaintext

Package(
[ ("name", "gcc-3.3.1")
, ("build", Relative("gcc/gcc-build.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.nluug.nl/pub/gnu/gcc/gcc-3.3.1/gcc-3.3.1.tar.bz2")
, ("md5", "1135a104e9fa36fdf7c663598fab5c40")
]))
, ("stdenv", IncludeFix("stdenv-linux/stdenv-nativetools.fix"))
, ("binutils", IncludeFix("binutils/binutils.fix"))
]
)