* nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken

right now; should merge gcc-wrapper changes).

svn path=/nixpkgs/trunk/; revision=6876
This commit is contained in:
Eelco Dolstra
2006-10-27 13:44:17 +00:00
parent c43f885d2d
commit 01fbf62a2c
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ genericStdenv {
gcc = gccWrapper {
name = "gcc-native";
nativeTools = true;
nativeGlibc = true;
nativeLibc = true;
nativePrefix = "/usr";
inherit stdenv;
};