or1k: GDB not supported for or1k*-*-rtems*
[deliverable/binutils-gdb.git] / configure
index ab3a5e56d38cd61292ebb34fe5f1993333cf31f3..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}"
This page took 0.034956 seconds and 4 git commands to generate.