On 8/9/21 4:08 am, Gedare Bloom wrote:
> Has this issue been raised with newlib? I didn't see anything on their
> ml. The temporary workaround is fine with me.
I would like to understand how temporary this will be.
Chris
___
devel mailing list
devel@rt
Kinsey got the fix merged upstream from newlib, so now we just have to wait
till newlib pulls those changes.
-Original Message-
From: Gedare Bloom
Sent: Tuesday, September 7, 2021 1:09 PM
To: Ryan Long
Cc: devel@rtems.org
Subject: Re: [PATCH RSB v2 2/2] rtems-gcc-head-newlib-head.cfg
Has this issue been raised with newlib? I didn't see anything on their
ml. The temporary workaround is fine with me.
On Fri, Sep 3, 2021 at 11:17 AM Ryan Long wrote:
>
> Adds patch to add the -DPREFER_SIZE_OVER_SPEED flag to AArch64 tools
> builds with newlib. This forces the generation of AArch6
Adds patch to add the -DPREFER_SIZE_OVER_SPEED flag to AArch64 tools
builds with newlib. This forces the generation of AArch64 assembly from
C sources instead of using the hand-optimized code in newlib since it
does not support ILP32. This can be removed when it is fixed upstream.
Updates #4510
--