diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.ac | 3 |
3 files changed, 12 insertions, 0 deletions
@@ -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*. @@ -3801,6 +3801,9 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; + or1k*-*-*) + noconfigdirs="$noconfigdirs gdb" + ;; sh-*-* | sh64-*-*) case "${target}" in sh*-*-elf) diff --git a/configure.ac b/configure.ac index 07c3a66..e761e78 100644 --- a/configure.ac +++ b/configure.ac @@ -1129,6 +1129,9 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; + or1k*-*-*) + noconfigdirs="$noconfigdirs gdb" + ;; sh-*-* | sh64-*-*) case "${target}" in sh*-*-elf) |