x86 debug address register clarifications
[deliverable/binutils-gdb.git] / configure
index 36455713f33daf8da0715333a47a95b82c4af94c..26c9886e939eebdfa9056604ba881d8b83961a64 100755 (executable)
--- a/configure
+++ b/configure
@@ -3369,6 +3369,10 @@ case "${target}" in
     ;;
   *-*-rtems*)
     noconfigdirs="$noconfigdirs ${libgcj}"
+    # this is not caught below because this stanza matches earlier
+    case $target in
+      or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
+    esac
     ;;
   *-*-tpf*)
     noconfigdirs="$noconfigdirs ${libgcj}"
@@ -3801,6 +3805,9 @@ case "${target}" in
   mips*-*-*)
     noconfigdirs="$noconfigdirs gprof"
     ;;
+  or1k*-*-*)
+    noconfigdirs="$noconfigdirs gdb"
+    ;;
   sh-*-* | sh64-*-*)
     case "${target}" in
       sh*-*-elf)
This page took 0.026326 seconds and 4 git commands to generate.