* Do the generic sed thing for Glibc.

* Remove debug stuff from ld-wrapper.

svn path=/nixpkgs/trunk/; revision=2261
This commit is contained in:
Eelco Dolstra
2005-02-21 17:57:53 +00:00
parent 350268458c
commit ecd2596677
2 changed files with 1 additions and 2 deletions

View File

@@ -142,5 +142,4 @@ if test -n "$NIX_LD_WRAPPER_EXEC_HOOK"; then
. "$NIX_LD_WRAPPER_EXEC_HOOK"
fi
echo "ld command: " @ld@ ${extraBefore[@]} "${params[@]}" ${extra[@]}
exec @ld@ ${extraBefore[@]} "${params[@]}" ${extra[@]}