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: Joel Sherrill <joel dot sherrill at oarcorp dot com>
- To: Alan Modra <amodra at gmail dot com>,Christian Svensson <blue at cmd dot nu>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Mon, 28 Jul 2014 08:52:17 -0400
- 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> <20140728124256 dot GA30089 at bubble dot grove dot modra dot org>
I am answering from my phone.
I admit to editing the configure file by hand but I can't visually see the difference on a phone. Is there a white space difference?
On July 28, 2014 8:42:56 AM EDT, Alan Modra <amodra@gmail.com> wrote:
>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*)