mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
add binutils for powerpc-linux. Happy New Year!!!
svn path=/nixpkgs/trunk/; revision=4474
This commit is contained in:
parent
714b4fce1c
commit
036e97eea9
|
@ -6,6 +6,10 @@ elif test $cross = "mips-linux" ; then
|
|||
configureFlags="--target=mips-linux"
|
||||
elif test $cross = "sparc-linux" ; then
|
||||
configureFlags="--target=sparc-linux"
|
||||
elif test $cross = "powerpc-linux" ; then
|
||||
configureFlags="--target=powerpc-linux"
|
||||
elif test $cross = "ppc-linux" ; then
|
||||
configureFlags="--target=powerpc-linux"
|
||||
fi
|
||||
|
||||
patchConfigure() {
|
||||
|
|
Loading…
Reference in a new issue