c556a6ea46
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
7 lines
167 B
Bash
7 lines
167 B
Bash
source $stdenv/setup
|
|
|
|
mkdir -p $out/bin
|
|
for i in ar as c++filt gprof ld nm nmedit ranlib size strings strip dsymutil libtool; do
|
|
ln -s /usr/bin/$i $out/bin/
|
|
done
|