From 1f995db6ad2c9325a8db45b73fea29c8ab9200e1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 21 Jul 2014 18:49:17 -0500 Subject: or1k: GDB not supported for or1k*-*-rtems* * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering of the stanzas results in this not being caught by or1k*-*-* later. * configure. Regenerated. Signed-off-by: Christian Svensson --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e761e78..028cbda 100644 --- a/configure.ac +++ b/configure.ac @@ -931,6 +931,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*) -- cgit v1.1