mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
prepare for having configs for different architectures
svn path=/nixpkgs/trunk/; revision=6040
This commit is contained in:
parent
6efea74e8e
commit
b60bc10218
|
@ -11,6 +11,6 @@ stdenv.mkDerivation {
|
|||
|
||||
inherit gccCross;
|
||||
buildinputs = [binutilsCross];
|
||||
config = ./config-1.1;
|
||||
config = ./mips-config-1.1;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue