On 16/05/2015 12:45 am, Gedare Bloom wrote:
> Someone please open a ticket on Trac for this.
https://devel.rtems.org/ticket/2345
Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
Someone please open a ticket on Trac for this.
On Wed, May 13, 2015 at 9:08 PM, Chris Johns wrote:
> On 14/05/2015 9:59 am, Joel Sherrill wrote:
>>
>>
>> On May 13, 2015 6:57:29 PM CDT, Chris Johns wrote:
>>> On 14/05/2015 3:10 am, Joel Sherrill wrote:
On 5/13/2015 4:07 AM, Tom wr
On 14/05/2015 9:59 am, Joel Sherrill wrote:
>
>
> On May 13, 2015 6:57:29 PM CDT, Chris Johns wrote:
>> On 14/05/2015 3:10 am, Joel Sherrill wrote:
>>>
>>>
>>> On 5/13/2015 4:07 AM, Tom wrote:
Hi all
I read the bsp_specs files contained in some bsps, which reside in
libbsp
On May 13, 2015 6:57:29 PM CDT, Chris Johns wrote:
>On 14/05/2015 3:10 am, Joel Sherrill wrote:
>>
>>
>> On 5/13/2015 4:07 AM, Tom wrote:
>>> Hi all
>>>
>>> I read the bsp_specs files contained in some bsps, which reside in
>>> libbsp/arm, libbsp/bfin and libbsp/m32r
>>>
>>> *endfile:
>>>
On 14/05/2015 3:10 am, Joel Sherrill wrote:
>
>
> On 5/13/2015 4:07 AM, Tom wrote:
>> Hi all
>>
>> I read the bsp_specs files contained in some bsps, which reside in
>> libbsp/arm, libbsp/bfin and libbsp/m32r
>>
>> *endfile:
>> %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
>>
On 5/13/2015 4:07 AM, Tom wrote:
> Hi all
>
> I read the bsp_specs files contained in some bsps, which reside in
> libbsp/arm, libbsp/bfin and libbsp/m32r
>
> *endfile:
> %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
> ^
> I think it should be %.
>
> I wro
Hi all
I read the bsp_specs files contained in some bsps, which reside in libbsp/arm,
libbsp/bfin and libbsp/m32r
*endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
^
I think it should be %.
I wrote a specs file and tested using gcc 4.8.2.
__