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 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index ab3a5e5..26c9886 100755 --- a/configure +++ b/configure @@ -3369,6 +3369,10 @@ 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}" -- cgit v1.1