From: Joel Sherrill Date: Mon, 21 Jul 2014 22:38:56 +0000 (-0500) Subject: Disable gdb for or1k*-*-* until supported X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cfbc1a6ceba60d30e46ee82af8ea6803fec4a449;p=binutils-gdb.git Disable gdb for or1k*-*-* until supported * configure.ac (or1k*-*-*): Disable gdb. * configure: Regenerated. Signed-off-by: Christian Svensson --- diff --git a/ChangeLog b/ChangeLog index dcf12bb273e..16047d34640 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-07-21 Joel Sherrill + + Disable gdb for or1k*-*-* until supported + * configure.ac (or1k*-*-*): Disable gdb. + * configure: Regenerated. + 2014-05-14 Sandra Loosemore * configure.ac (target_makefile_frag): Set for nios2-*-elf*. diff --git a/configure b/configure index 36455713f33..ab3a5e56d38 100755 --- 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) diff --git a/configure.ac b/configure.ac index 07c3a66dd6d..e761e78f332 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)