Disable gdb for or1k*-*-* until supported
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Mon, 21 Jul 2014 22:38:56 +0000 (17:38 -0500)
committerChristian Svensson <blue@cmd.nu>
Mon, 21 Jul 2014 23:15:41 +0000 (01:15 +0200)
* configure.ac (or1k*-*-*): Disable gdb.
* configure: Regenerated.

Signed-off-by: Christian Svensson <blue@cmd.nu>
ChangeLog
configure
configure.ac

index dcf12bb273e2b64d0aef3f71ce2b102c700275c6..16047d346404e50f83f6ac7718e2b5424479972d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-21  Joel Sherrill  <joel.sherrill@oarcorp.com>
+
+       Disable gdb for or1k*-*-* until supported
+       * configure.ac (or1k*-*-*): Disable gdb.
+       * configure: Regenerated.
+
 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
 
        * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
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)
index 07c3a66dd6d78e3a1ae6bad7eb66df082c1ddca4..e761e78f3327dee2c2fb29521eea34d9330b88ff 100644 (file)
@@ -1129,6 +1129,9 @@ case "${target}" in
   mips*-*-*)
     noconfigdirs="$noconfigdirs gprof"
     ;;
+  or1k*-*-*)
+    noconfigdirs="$noconfigdirs gdb"
+    ;;
   sh-*-* | sh64-*-*)
     case "${target}" in
       sh*-*-elf)
This page took 0.039577 seconds and 4 git commands to generate.