Properly handle multiple opcode prefixes
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 70c21a99c83c76ca6a49ac63d113fd1dfa9d8629..7d5afa92c9e99a3ec1ceff18cfe4ae4dacddfed3 100644 (file)
@@ -81,7 +81,7 @@ case ${cpu} in
   mt)                  cpu_type=mt endian=big ;;
   nds32be)             cpu_type=nds32 endian=big ;;
   nds32le)             cpu_type=nds32 endian=little ;;
-  or32*)               cpu_type=or32 endian=big ;;
+  or1k* | or1knd*)     cpu_type=or1k endian=big ;;
   pjl*)                        cpu_type=pj endian=little ;;
   pj*)                 cpu_type=pj endian=big ;;
   powerpc*le*)         cpu_type=ppc endian=little ;;
@@ -357,10 +357,8 @@ case ${generic_target} in
   ns32k-pc532-lites*)                  fmt=aout em=nbsd532 ;;
   ns32k-*-*n*bsd*)                     fmt=aout em=nbsd532 ;;
 
-  openrisc-*-*)                                fmt=elf ;;
-
-  or32-*-rtems*)                       fmt=elf ;;
-  or32-*-elf)                          fmt=elf ;;
+  or1k-*-elf | or1knd-*-elf)           fmt=elf endian=big ;;
+  or1k-*-linux* | or1knd-*-linux*)     fmt=elf em=linux endian=big ;;
 
   pj*)                                 fmt=elf ;;
 
@@ -474,7 +472,7 @@ case ${generic_target} in
 esac
 
 case ${cpu_type} in
-  aarch64 | alpha | arm | i386 | ia64 | microblaze | mips | ns32k | pdp11 | ppc | sparc | z80 | z8k)
+  aarch64 | alpha | arm | i386 | ia64 | microblaze | mips | ns32k | or1k | or1knd | pdp11 | ppc | sparc | z80 | z8k)
     bfd_gas=yes
     ;;
 esac
This page took 0.023781 seconds and 4 git commands to generate.