nixpkgs/pkgs/stdenv
Eelco Dolstra b7ad383924 * Bah. All this time gcc was linking programs against
/usr/lib/crt1.o, while it should be using $glibc/lib/crt1.o.  This
  quick hack (prepending $glibc/lib to the GCC search path using "-B")
  fixes the problem, but a better solution to prevent this sort of
  thing is to remove these static paths from gcc.

  Note: this problem was found using the pure UML Nix environment
  (where we don't have /usr/lib).

svn path=/nixpkgs/trunk/; revision=810
2004-02-19 16:55:23 +00:00
..
generic * Rename .fix -> .nix. 2003-11-18 12:12:56 +00:00
native * Rename .fix -> .nix. 2003-11-18 12:12:56 +00:00
nix * Missing semicolon. 2004-01-30 15:44:56 +00:00
nix-linux * Bah. All this time gcc was linking programs against 2004-02-19 16:55:23 +00:00