nixpkgs/pkgs/development/tools/misc/binutils-arm/builder.sh
Armijn Hemel 4431b8377b add binutils for use in a crosscompiler, hosted on x86 though.
svn path=/nixpkgs/trunk/; revision=4214
2005-11-03 23:20:43 +00:00

13 lines
222 B
Bash

. $stdenv/setup
patchConfigure() {
# Clear the default library search path.
if test "$noSysDirs" = "1"; then
echo 'NATIVE_LIB_DIRS=' >> ld/configure.tgt
fi
}
preConfigure=patchConfigure
genericBuild