bintools: use i386 on all 32 bit x86 systems

wip/yesman
Matthew Bauer 6 years ago
parent 4b00cfe77f
commit 4e68511bb1
  1. 2
      pkgs/build-support/bintools-wrapper/default.nix

@ -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…
Cancel
Save