* gdb.texinfo (help targets): Changed to `help target', which
[deliverable/binutils-gdb.git] / configure.in
index 76b8944b1c31afc229d798a90ed9de81c3128064..78e8bcb5ea0724d986e87ff82d1399664c1c592e 100644 (file)
@@ -123,6 +123,10 @@ fi
 
 # per-target:
 
+case "${target}" in
+  v810*)               target_makefile_frag=config/mt-v810 ;;
+esac
+
 gasdir=gas
 use_gnu_ld=
 use_gnu_as=
@@ -251,14 +255,13 @@ case "${target}" in
     # a gcc built textutils will cause the linker to hang on 'join'
     # The CVS server code doesn't work on the RS/6000
     # Newlib makes problems for libg++ in crosses.
-    noconfigdirs="$noconfigdirs gas ld newlib binutils gprof textutils cvs diff make tcl expect texinfo"
+    noconfigdirs="$noconfigdirs gas ld newlib gprof textutils cvs"
     use_gnu_ld=no
     use_gnu_as=no
     ;;
   rs6000-*-*)
     # a gcc built textutils will cause the linker to hang on 'join'
-    # The CVS server code doesn't work on the RS/6000
-    noconfigdirs="$noconfigdirs ld binutils gprof textutils cvs"
+    noconfigdirs="$noconfigdirs ld binutils gprof textutils"
     ;;
   m68k-apollo-*)
     noconfigdirs="$noconfigdirs ld binutils gprof"
This page took 0.022962 seconds and 4 git commands to generate.