···213213 else if targetPlatform.isM68k then "m68k"
214214 else if targetPlatform.isS390 then "s390"
215215 else if targetPlatform.isRiscV then "lriscv"
216216+ else if targetPlatform.isRx then "rx"
216217 else throw "unknown emulation for platform: ${targetPlatform.config}";
217218 in if targetPlatform.useLLVM or false then ""
218219 else targetPlatform.bfdEmulation or (fmt + sep + arch);