Add gas and ld support for openrisc
[deliverable/binutils-gdb.git] / gas / configure.in
index 56ac0a2fdb12e2314b411ff7b8d343bef928f200..80168bb26734f58bb5b731fb02798f5eb95b2a2a 100644 (file)
@@ -197,6 +197,7 @@ changequote([,])dnl
       arm-*-wince)                     fmt=coff em=wince-pe ;;
       arm-*-pe | thumb-*-pe)            fmt=coff em=pe ;;
       arm-*-riscix*)                   fmt=aout em=riscix ;;
+      arm-*-vxworks)                   fmt=coff ;;
 
       avr-*-*)             fmt=elf bfd_gas=yes ;;
 
@@ -357,6 +358,7 @@ changequote([,])dnl
                            ;;
       mn10200-*-*)         fmt=elf bfd_gas=yes ;;
       mn10300-*-*)         fmt=elf bfd_gas=yes ;;
+      openrisc-*-*)        fmt=elf bfd_gas=yes ;;
       pj*)                 fmt=elf ;;
       ppc-*-pe | ppc-*-cygwin* | ppc-*-winnt*)
                            fmt=coff em=pe ;;
@@ -450,7 +452,7 @@ changequote([,])dnl
 
       *-*-aout | *-*-scout)
                            fmt=aout ;;
-      *-*-freebsd*)        fmt=elf bfd_gas=yes ;;
+      *-*-freebsd*)        fmt=elf em=freebsd bfd_gas=yes ;;
       *-*-nindy*)
                            fmt=bout ;;
       *-*-bsd*)
@@ -525,7 +527,7 @@ changequote([,])dnl
 
     # Any other special object files needed ?
     case ${cpu_type} in
-      fr30 | m32r)
+      fr30 | m32r | openrisc)
        using_cgen=yes
        ;;
 
This page took 0.02445 seconds and 4 git commands to generate.