add mipsel-linux support
svn path=/nixpkgs/trunk/; revision=4978
This commit is contained in:
parent
92e71363b6
commit
85252cbcfd
@ -4,6 +4,8 @@ if test $cross = "arm-linux" ; then
|
||||
configureFlags="--target=arm-linux"
|
||||
elif test $cross = "mips-linux" ; then
|
||||
configureFlags="--target=mips-linux"
|
||||
elif test $cross = "mipsel-linux" ; then
|
||||
configureFlags="--target=mipsel-linux"
|
||||
elif test $cross = "sparc-linux" ; then
|
||||
configureFlags="--target=sparc-linux"
|
||||
elif test $cross = "powerpc-linux" ; then
|
||||
|
Loading…
Reference in New Issue
Block a user