bintools: use i386 on all 32 bit x86 systems
This commit is contained in:
parent
4b00cfe77f
commit
4e68511bb1
@ -177,7 +177,7 @@ stdenv.mkDerivation {
|
||||
/**/ if targetPlatform.isAarch64 then endianPrefix + "aarch64"
|
||||
else if targetPlatform.isAarch32 then endianPrefix + "arm"
|
||||
else if targetPlatform.isx86_64 then "x86-64"
|
||||
else if targetPlatform.isi686 then "i386"
|
||||
else if targetPlatform.isx86 then "i386"
|
||||
else if targetPlatform.isMips then {
|
||||
"mips" = "btsmipn32"; # n32 variant
|
||||
"mipsel" = "ltsmipn32"; # n32 variant
|
||||
|
Loading…
Reference in New Issue
Block a user