[PATCH] or1k: GDB not supported for or1k*-*-rtems*

Joel Sherrill joel.sherrill@oarcorp.com
Wed Aug 6 22:51:00 GMT 2014


I have finally returned to this.

Alan,

I think the configure.ac is OK and the configure
script committed doesn't match what is generated.

Please double check me. But this code in configure.ac
appears to be in the correct place since other targets
disable gdb here:

  *-*-rtems*)
    noconfigdirs="$noconfigdirs target-libgloss"
    # this is not caught below because this stanza matches earlier
    case $target in
      or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
    esac
    ;;


And the addition in configure is incorrect because it added
it to the libgcj logic.  It will work but isn't right.

All I did was regenerate configure. You do it and see if you get
the same difference.

Patch attached.

--joel
On 7/28/2014 8:27 AM, Alan Modra wrote:
> On Mon, Jul 28, 2014 at 09:10:14AM -0400, Joel Sherrill wrote:
>> What's the magic incantation to invoke auto tools on the top? And version. I will be doing this from a hotel. 
> In this case, just plain "autoconf" in the top dir.  version 2.64
>

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Regenerate-configure.patch
Type: text/x-patch
Size: 1117 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20140806/37e02ae9/attachment.bin>


More information about the Binutils mailing list