RE: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-08 Thread Ryan Long
CFLAGS_OPTIMIZE_V list From: Joel Sherrill Sent: Tuesday, September 7, 2021 12:27 PM To: Mr. Andrei Chichak Cc: Ryan Long ; rtems-de...@rtems.org Subject: Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch On Tue, Sep 7, 2021, 12:18 PM Mr. Andrei Chichak mailto:gro...@chichak.ca>>

Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-07 Thread Chris Johns
On 8/9/21 3:27 am, Joel Sherrill wrote: > On Tue, Sep 7, 2021, 12:18 PM Mr. Andrei Chichak > wrote: > > Hey Joel, > > I don’t suppose this update will be in the places where the build system > decides on the instruction set that newlib uses for Cortex-M4

Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-07 Thread Joel Sherrill
ll push it. > > > > --joel > > > > > >> > >> > >> From: Joel Sherrill > >> Sent: Saturday, September 4, 2021 3:31 PM > >> To: Chris Johns > >> Cc: Ryan Long ; rtems-de...@rtems.org < > devel@rtems.org> > &g

Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-07 Thread Mr. Andrei Chichak
> >> From: Joel Sherrill >> Sent: Saturday, September 4, 2021 3:31 PM >> To: Chris Johns >> Cc: Ryan Long ; rtems-de...@rtems.org >> >> Subject: Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch >> >> >> >> >>

Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-07 Thread Joel Sherrill
--joel > > > From: Joel Sherrill > Sent: Saturday, September 4, 2021 3:31 PM > To: Chris Johns > Cc: Ryan Long ; rtems-de...@rtems.org > Subject: Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch > > > > > > On Fri, Sep 3, 2021, 9:05 PM Chris J

RE: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-07 Thread Ryan Long
Alright, I’ll have that in the next version. From: Joel Sherrill Sent: Saturday, September 4, 2021 3:31 PM To: Chris Johns Cc: Ryan Long ; rtems-de...@rtems.org Subject: Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch On Fri, Sep 3, 2021, 9:05 PM Chris Johns mailto:chr

Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-04 Thread Joel Sherrill
On Fri, Sep 3, 2021, 9:05 PM Chris Johns wrote: > Can we please join onto this an rtems-tools update so the recent fixes I > pushed > can be picked up? > Ryan can you make that a second patch in this series? --joel > > Thanks > Chris > > On 4/9/21 2:40 am, Joel Sherrill wrote: > > You also sho

Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-03 Thread Chris Johns
Can we please join onto this an rtems-tools update so the recent fixes I pushed can be picked up? Thanks Chris On 4/9/21 2:40 am, Joel Sherrill wrote: > You also should add the patch in the gcc-head-newlib-head > configuration as well for rtems7 tools. > > --joel > > On Fri, Sep 3, 2021 at 11:0

Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-03 Thread Joel Sherrill
You also should add the patch in the gcc-head-newlib-head configuration as well for rtems7 tools. --joel On Fri, Sep 3, 2021 at 11:01 AM Joel Sherrill wrote: > > On Fri, Sep 3, 2021 at 9:27 AM Ryan Long wrote: > > > > Adds patch to add the -DPREFER_SIZE_OVER_SPEED flag to aarch64 tool > > build

Re: [PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-03 Thread Joel Sherrill
On Fri, Sep 3, 2021 at 9:27 AM Ryan Long wrote: > > Adds patch to add the -DPREFER_SIZE_OVER_SPEED flag to aarch64 tool > builds with newlib. This doesn't explain why. This patch is needed to prevent the use of the assembly versions of some methods in newlib which are incorrect for ilp32. This ca

[PATCH RSB] rtems-gcc-10-newlib-head.cfg: Add newlib patch

2021-09-03 Thread Ryan Long
Adds patch to add the -DPREFER_SIZE_OVER_SPEED flag to aarch64 tool builds with newlib. --- rtems/config/tools/rtems-gcc-10-newlib-head.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtems/config/tools/rtems-gcc-10-newlib-head.cfg b/rtems/config/tools/rtems-gcc-10-newlib-head.cfg inde