diff options
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 4951555..4abf83f 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -396,6 +396,8 @@ case ${generic_target} in ppc-*-kaos*) fmt=elf ;; ppc-*-lynxos*) fmt=elf em=lynx ;; + pru-*-*) fmt=elf ;; + riscv*-*-*) fmt=elf endian=little em=linux ;; s390-*-linux-*) fmt=elf em=linux ;; |