* Simplify, simplify.

svn path=/nixpkgs/trunk/; revision=6830
This commit is contained in:
Eelco Dolstra
2006-10-24 22:20:45 +00:00
parent 821b647832
commit f6f207e054
6 changed files with 0 additions and 181 deletions
-1
View File
@@ -100,7 +100,6 @@ rec {
import ../generic {
name = "stdenv-linux-boot";
param1 = if staticGlibc then "static" else "dynamic";
preHook = ./scripts/prehook.sh;
stdenv = stdenvInitial;
shell = bootstrapTools.bash;
-5
View File
@@ -1,8 +1,3 @@
export NIX_ENFORCE_PURITY=1
if test "$param1" = "static"; then
export NIX_CFLAGS_LINK="-static"
export NIX_LDFLAGS_BEFORE="-static"
fi
havePatchELF=1