[bfd]
[deliverable/binutils-gdb.git] / gas / configure.tgt
index a171a32bbfbb5a5ad56550cd07eb35eeba55129c..7090682fbd07783cfd5ef0563a0ee7516fb066be 100644 (file)
@@ -38,6 +38,7 @@ case ${cpu} in
   cr16*)               cpu_type=cr16 endian=little ;;
   crisv32)             cpu_type=cris arch=crisv32 ;;
   crx*)                        cpu_type=crx endian=little ;;
+  epiphany*)           cpu_type=epiphany endian=little ;;
   fido)                        cpu_type=m68k ;;
   hppa*)               cpu_type=hppa ;;
   i[3-7]86)            cpu_type=i386 arch=i386;;
@@ -64,6 +65,7 @@ case ${cpu} in
   powerpc*le*)         cpu_type=ppc endian=little ;;
   powerpc*)            cpu_type=ppc endian=big ;;
   rs6000*)             cpu_type=ppc ;;
+  rl78*)               cpu_type=rl78 ;;
   rx)                  cpu_type=rx ;;
   s390x*)              cpu_type=s390 arch=s390x ;;
   s390*)               cpu_type=s390 arch=s390 ;;
@@ -141,6 +143,8 @@ case ${generic_target} in
   d30v-*-*)                            fmt=elf ;;
   dlx-*-*)                             fmt=elf ;;
 
+  epiphany-*-*)                                fmt=elf ;;
+
   fr30-*-*)                            fmt=elf ;;
   frv-*-*linux*)                       fmt=elf em=linux;;
   frv-*-*)                             fmt=elf ;;
This page took 0.023262 seconds and 4 git commands to generate.