Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com>
[deliverable/binutils-gdb.git] / gas / configure.in
index 7579019a8862c4dcf0b58341d1d91ae71e875af0..47d2f7c67fe8257ca808094a6893c9723e5cabe3 100644 (file)
@@ -150,6 +150,8 @@ changequote([,])dnl
       dvp-*-*)             fmt=elf bfd_gas=yes install_tooldir= ;;
 # end-sanitize-sky
 
+      fr30-*-*)                    fmt=elf bfd_gas=yes ;;
+
       hppa-*-*elf*)         fmt=elf em=hppa ;;
       hppa-*-lites*)        fmt=elf em=hppa ;;
       hppa-*-osf*)          fmt=som em=hppa ;;
@@ -373,7 +375,7 @@ dnl end-sanitize-beos
     esac
 
     case ${cpu_type} in
-      m32r)
+      m32r | fr30)
        case "x${extra_objects}" in
        *cgen.o*) ;;
        *) extra_objects="$extra_objects cgen.o"
@@ -729,7 +731,7 @@ AC_OUTPUT(Makefile doc/Makefile .gdbinit:gdbinit.in po/Makefile.in:po/Make-in,
  echo '#include "te-'"${te_file}"'.h"' > targ-env.h
  echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
  case ${target_cpu_type} in
- m32r) echo '#include "opcodes/'"${target_cpu_type}"'-opc.h"' > cgen-opc.h ;;
+ m32r | fr30) echo '#include "opcodes/'"${target_cpu_type}"'-opc.h"' > cgen-opc.h ;;
  esac
 
  sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile],
This page took 0.023819 seconds and 4 git commands to generate.