3
0
Fork 0
forked from mirrors/nixpkgs

prepare for having configs for different architectures

svn path=/nixpkgs/trunk/; revision=6040
This commit is contained in:
Armijn Hemel 2006-08-03 22:23:08 +00:00
parent 6efea74e8e
commit b60bc10218
2 changed files with 1 additions and 1 deletions

View file

@ -11,6 +11,6 @@ stdenv.mkDerivation {
inherit gccCross;
buildinputs = [binutilsCross];
config = ./config-1.1;
config = ./mips-config-1.1;
}