From a96bc4c1638187e18a6e2f71e2c158dddcf5d68f Mon Sep 17 00:00:00 2001 From: Chung-Ju Wu Date: Fri, 5 Sep 2014 14:56:57 +0800 Subject: [PATCH] Disable gdb for nds32*-*-* until supported. --- configure | 11 +++++++---- configure.ac | 3 +++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 26c9886..dfea3bd 100755 --- a/configure +++ b/configure @@ -3369,10 +3369,6 @@ case "${target}" in ;; *-*-rtems*) noconfigdirs="$noconfigdirs ${libgcj}" - # this is not caught below because this stanza matches earlier - case $target in - or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;; - esac ;; *-*-tpf*) noconfigdirs="$noconfigdirs ${libgcj}" @@ -3607,6 +3603,10 @@ case "${target}" in ;; *-*-rtems*) noconfigdirs="$noconfigdirs target-libgloss" + # this is not caught below because this stanza matches earlier + case $target in + or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;; + esac ;; # The tpf target doesn't support gdb yet. *-*-tpf*) @@ -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" ;; -- 1.9.0