···213 else if targetPlatform.isM68k then "m68k"
214 else if targetPlatform.isS390 then "s390"
215 else if targetPlatform.isRiscV then "lriscv"
0216 else throw "unknown emulation for platform: ${targetPlatform.config}";
217 in if targetPlatform.useLLVM or false then ""
218 else targetPlatform.bfdEmulation or (fmt + sep + arch);
···213 else if targetPlatform.isM68k then "m68k"
214 else if targetPlatform.isS390 then "s390"
215 else if targetPlatform.isRiscV then "lriscv"
216+ else if targetPlatform.isRx then "rx"
217 else throw "unknown emulation for platform: ${targetPlatform.config}";
218 in if targetPlatform.useLLVM or false then ""
219 else targetPlatform.bfdEmulation or (fmt + sep + arch);