Fix alpha-embedded Target on Hydra (#55725)

wip/yesman
Vincent Weisner 5 years ago committed by Matthew Bauer
parent 4141fdaa3f
commit a547a9b554
  1. 1
      pkgs/build-support/bintools-wrapper/default.nix

@ -187,6 +187,7 @@ stdenv.mkDerivation {
else if targetPlatform.isPower then if targetPlatform.isBigEndian then "ppc" else "lppc"
else if targetPlatform.isSparc then "sparc"
else if targetPlatform.isAvr then "avr"
else if targetPlatform.isAlpha then "alpha"
else throw "unknown emulation for platform: " + targetPlatform.config;
in targetPlatform.platform.bfdEmulation or (fmt + sep + arch);

Loading…
Cancel
Save