nixpkgs/pkgs/build-support/gcc-wrapper
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
..
add-flags * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
builder.sh * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
default.nix * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
gcc-wrapper.sh * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
ld-wrapper.sh * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
setup-hook.sh * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
utils.sh * Accept relative paths such as -I ..' (-I..' was already being 2004-04-07 14:15:54 +00:00