e83fe5ee78
(/usr/include, /usr/local/include, etc.). * Immediate pay-off: we see that the glibc header files depend on the Linux kernel header files. So I've added a package that extracts the appropriate headers from Linux 2.4.22. svn path=/nixpkgs/trunk/; revision=361
16 lines
463 B
Plaintext
16 lines
463 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"))
|
|
, ("linux", IncludeFix("linux-headers/linux-headers.fix"))
|
|
]
|
|
)
|