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-Tag: upstream/2.25~394 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b25b5cef71fc5628fce0908125d6a3a732c22cde;p=platform%2Fupstream%2Flinaro-binutils.git Disable gdb for nds32*-*-* until it is supported. --- diff --git a/ChangeLog b/ChangeLog index e668542..47843e1 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 9fc1c88..dfea3bd 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 028cbda..dada090 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" ;;