From: Chung-Ju Wu Date: Fri, 5 Sep 2014 19:54:47 +0000 (+0800) Subject: Disable gdb for nds32*-*-* until it is supported. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b25b5cef71fc5628fce0908125d6a3a732c22cde;p=binutils-gdb.git Disable gdb for nds32*-*-* until it is supported. --- diff --git a/ChangeLog b/ChangeLog index e6685424140..47843e122f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-09-06 Kuan-Lin Chen + * configure: Disable gdb for nds32*-*-* until supported. + * configure.ac: Disable gdb for nds32*-*-* until supported. + 2014-09-05 Joel Brobecker * configure: Regenerate. diff --git a/configure b/configure index 9fc1c88c075..dfea3bd7459 100755 --- a/configure +++ b/configure @@ -3805,6 +3805,9 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; + nds32*-*-*) + noconfigdirs="$noconfigdirs gdb" + ;; or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;; diff --git a/configure.ac b/configure.ac index 028cbdafe0f..dada0902d13 100644 --- a/configure.ac +++ b/configure.ac @@ -1133,6 +1133,9 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; + nds32*-*-*) + noconfigdirs="$noconfigdirs gdb" + ;; or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;