Add V850_OPERAND_SIGNED flag as appropriate, create new unsigned IMM5 operand
[deliverable/binutils-gdb.git] / configure.in
index e6b5ead08ec7f554ff01f69b2ca88599af9bc998..d0da94aca6eb786fa688c6c50f6971fb187d0c04 100644 (file)
@@ -84,7 +84,7 @@ target_tools="target-examples target-groff"
 native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello
             indent ispell m4 rcs recode sed shellutils tar textutils gash
             uudecode wdiff gprof target-groff guile perl apache inet time
-            bash"
+            bash prms"
 
 # directories to be built in a cross environment only
 #
@@ -214,6 +214,12 @@ case "${target}" in
   v810*)               target_makefile_frag=config/mt-v810 ;;
   i[345]86-*-netware*)  target_makefile_frag=config/mt-netware ;;
   powerpc-*-netware*)   target_makefile_frag=config/mt-netware ;;
+  powerpc*-*-eabi* | \
+  powerpc*-*-elf* | \
+  powerpc*-*-linux* | \
+  powerpc*-*-rtem* | \
+  powerpc*-*-sysv* | \
+  powerpc*-*-solaris*) target_makefile_frag=config/mt-ppc ;;
 esac
 
 skipdirs=
@@ -391,9 +397,6 @@ case "${target}" in
   *-*-vxworks*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
-  *-*-ose)
-    noconfigdirs="$noconfigdirs target-libgloss"
-    ;;
   alpha-dec-osf*)
     # ld works, but does not support shared libraries.  emacs doesn't
     # work.  newlib is not 64 bit ready.  I'm not sure about fileutils or grep.
@@ -420,7 +423,7 @@ case "${target}" in
     ;;
 # start-sanitize-d10v
   d10v-*-*)
-    noconfigdirs="$noconfigdirs target-libgloss"
+    noconfigdirs="$noconfigdirs gdb target-libgloss"
     ;;
 # end-sanitize-d10v
   h8300*-*-* | \
@@ -556,6 +559,11 @@ case "${target}" in
   v810-*-*)
     noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libio target-libg++ target-libstdc++ opcodes target-libgloss"
     ;;
+# start-sanitize-v850
+  v850-*-*)
+    noconfigdirs="$noconfigdirs gdb target-libgloss"
+    ;;
+# end-sanitize-v850
   vax-*-vms)
     noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss"
     ;;
This page took 0.030777 seconds and 4 git commands to generate.