add binutilsArm here. First step to being able to manage cross compiler
environments (such as uClibc) easily with Nix, instead of having to fiddle with your path all the time. This might be one killer app for Nix, but commit messages are not for describing those ideas :) svn path=/nixpkgs/trunk/; revision=4215
This commit is contained in:
parent
4431b8377b
commit
bc55fb5aec
@ -303,6 +303,10 @@ rec {
|
||||
inherit fetchurl stdenv noSysDirs;
|
||||
};
|
||||
|
||||
binutilsArm = (import ../development/tools/misc/binutils-arm) {
|
||||
inherit fetchurl stdenv noSysDirs;
|
||||
};
|
||||
|
||||
patchelf = (import ../development/tools/misc/patchelf) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user