6b66d16116
gcc-wrapper). Useful for builds that call ld directly. svn path=/nixpkgs/trunk/; revision=363
29 lines
917 B
Plaintext
29 lines
917 B
Plaintext
Package(
|
|
[ ("name", "stdenv-linux")
|
|
, ("build", Relative("stdenv-linux/stdenv-build.sh"))
|
|
|
|
, ("setup", Relative("stdenv-linux/setup.sh"))
|
|
, ("baseenv", IncludeFix("baseenv/baseenv.fix"))
|
|
, ("glibc", IncludeFix("glibc/glibc.fix"))
|
|
, ("linux", IncludeFix("linux-headers/linux-headers.fix"))
|
|
|
|
, ("tools",
|
|
[ IncludeFix("coreutils/coreutils.fix")
|
|
, IncludeFix("findutils/findutils.fix")
|
|
, IncludeFix("gnused/gnused.fix")
|
|
, IncludeFix("gnugrep/gnugrep.fix")
|
|
, IncludeFix("gawk/gawk.fix")
|
|
, IncludeFix("gnutar/gnutar.fix")
|
|
, IncludeFix("diffutils/diffutils.fix")
|
|
, IncludeFix("gzip/gzip.fix")
|
|
, IncludeFix("bzip2/bzip2.fix")
|
|
, IncludeFix("gnumake/gnumake.fix")
|
|
, IncludeFix("bash/bash.fix")
|
|
])
|
|
|
|
, ("gcc", IncludeFix("gcc/gcc.fix"))
|
|
, ("binutils", IncludeFix("binutils/binutils.fix"))
|
|
, ("shell", IncludeFix("bash/bash.fix"))
|
|
]
|
|
)
|