This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] or1k: GDB not supported for or1k*-*-rtems*
- From: Alan Modra <amodra at gmail dot com>
- To: Christian Svensson <blue at cmd dot nu>
- Cc: binutils at sourceware dot org, Joel Sherrill <joel dot sherrill at oarcorp dot com>
- Date: Mon, 28 Jul 2014 22:12:56 +0930
- Subject: Re: [PATCH] or1k: GDB not supported for or1k*-*-rtems*
- Authentication-results: sourceware.org; auth=none
- References: <1406480013-13609-1-git-send-email-blue at cmd dot nu> <1406480013-13609-2-git-send-email-blue at cmd dot nu>
On Sun, Jul 27, 2014 at 06:53:33PM +0200, Christian Svensson wrote:
> From: Joel Sherrill <joel.sherrill@oarcorp.com>
>
> * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
> of the stanzas results in this not being caught by or1k*-*-* later.
> * configure. Regenerated.
Something went wrong here. When I regen the file, I see:
diff --git a/configure b/configure
index 26c9886..9fc1c88 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*)
--
Alan Modra
Australia Development Lab, IBM