Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 77c1d9b59246c2e9d07be4b2cbca3376916dc7a7..fdc0612f50464b597603daea6c32a46a5c99ee1f 100644 (file)
@@ -79,6 +79,8 @@ case ${cpu} in
   mips*el)             cpu_type=mips endian=little ;;
   mips*)               cpu_type=mips endian=big ;;
   mt)                  cpu_type=mt endian=big ;;
+  nds32be)             cpu_type=nds32 endian=big ;;
+  nds32le)             cpu_type=nds32 endian=little ;;
   or32*)               cpu_type=or32 endian=big ;;
   pjl*)                        cpu_type=pj endian=little ;;
   pj*)                 cpu_type=pj endian=big ;;
@@ -344,6 +346,9 @@ case ${generic_target} in
 
   msp430-*-*)                          fmt=elf ;;
 
+  nds32-*-elf*)                                fmt=elf ;;
+  nds32-*-linux*)                      fmt=elf em=linux ;;
+
   nios2-*-rtems*)                      fmt=elf ;;
   nios2*-linux*)                       fmt=elf em=linux ;;
 
This page took 0.025242 seconds and 4 git commands to generate.