Disable gdb for or1k*-*-* until supported
[deliverable/binutils-gdb.git] / configure
index 36455713f33daf8da0715333a47a95b82c4af94c..ab3a5e56d38cd61292ebb34fe5f1993333cf31f3 100755 (executable)
--- a/configure
+++ b/configure
@@ -3801,6 +3801,9 @@ case "${target}" in
   mips*-*-*)
     noconfigdirs="$noconfigdirs gprof"
     ;;
+  or1k*-*-*)
+    noconfigdirs="$noconfigdirs gdb"
+    ;;
   sh-*-* | sh64-*-*)
     case "${target}" in
       sh*-*-elf)
This page took 0.032103 seconds and 4 git commands to generate.