nixpkgs/pkgs/stdenv
Eelco Dolstra b342dcb13b * gcc-wrapper: separately store the flags necessary to find GCC and
Glibc.  This is useful when building GCC.
* gcc-wrapper: the dynamic linker has a different name on x86_64 and
  powerpc.
* gcc-wrapper: "glibc" -> "libc", because someday we might support
  different C libraries.
* gcc: don't do a multilib build (e.g., 32-bit support on x86_64),
  don't need it.
* gcc: merge in support for static builds.
* gcc: various simplifications in the compiler/linker flags, hope they
  work.

svn path=/nixpkgs/trunk/; revision=6823
2006-10-24 18:26:23 +00:00
..
cygwin * Allow packages to enabled shared libraries on cygwin. 2006-07-24 21:20:49 +00:00
darwin * Fix "infinite recursion" errors on FreeBSD and Darwin. 2006-03-08 15:34:05 +00:00
freebsd * Fix "infinite recursion" errors on FreeBSD and Darwin. 2006-03-08 15:34:05 +00:00
generic * Add x86_64-linux to the isLinux attribute. 2006-10-23 17:43:03 +00:00
initial * Filter out the meta attribute, again. 2006-03-24 16:07:42 +00:00
linux * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
mingw * `drv + /path' is deprecated, so don't do that anymore. 2006-10-17 14:06:18 +00:00
native * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
nix * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
common-path.nix * Remove redundant files, move path.nix around a bit. 2006-07-14 08:35:59 +00:00
default.nix * Support different kinds of stdenvs on a particular system (like 2006-08-23 15:58:54 +00:00