Re: [PATCH] [RSB] use updated newlib revision for or1k

2016-04-10 Thread Joel Sherrill
On Apr 10, 2016 7:11 PM, "Hesham Almatary" wrote: > > This is the patch. It would conflict with Joel's [PATCH 3/5] 4.12/rtems-or1k.bset: Update newlib to 2.4.0, so we can choose either according to the current RSB convention (releases or git revisions). The ports need to get to newlib 2.4.0. If I

Re: [PATCH] [RSB] use updated newlib revision for or1k

2016-04-10 Thread Hesham Almatary
This is the patch. It would conflict with Joel's [PATCH 3/5] 4.12/rtems-or1k.bset: Update newlib to 2.4.0, so we can choose either according to the current RSB convention (releases or git revisions). On Wed, Mar 30, 2016 at 4:48 PM Stefan Wallentowitz wrote: > -BEGIN PGP SIGNED MESSAGE-

Re: [PATCH 0/5] Tool Updates

2016-04-10 Thread Chris Johns
On 11/04/2016 05:01, Joel Sherrill wrote: This patch series updates newlib to 2.4.0 for all targets. For most, this was done by changing the default. Looks good. Please push. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/

[PATCH 1/5] 4.12/rtems-moxie.bset: Include dtc needed by gdb build

2016-04-10 Thread Joel Sherrill
--- rtems/config/4.12/rtems-moxie.bset | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtems/config/4.12/rtems-moxie.bset b/rtems/config/4.12/rtems-moxie.bset index bfc649f..d9d6c16 100644 --- a/rtems/config/4.12/rtems-moxie.bset +++ b/rtems/config/4.12/rtems-moxie.bset @@ -5,4 +5,7 @@ %d

[PATCH 3/5] 4.12/rtems-or1k.bset: Update newlib to 2.4.0

2016-04-10 Thread Joel Sherrill
--- rtems/config/4.12/rtems-or1k.bset | 2 +- rtems/config/tools/rtems-gcc-4.9.3-newlib-2.4.0-1.cfg | 15 +++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-gcc-4.9.3-newlib-2.4.0-1.cfg diff --git a/rtems/config/4.12/

[PATCH 4/5] 4.12/rtems-epiphany.bset: Update to newlib 2.4.0

2016-04-10 Thread Joel Sherrill
--- rtems/config/4.12/rtems-epiphany.bset | 2 +- rtems/config/tools/rtems-gcc-4.9.2-newlib-2.4.0-1.cfg | 15 +++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-gcc-4.9.2-newlib-2.4.0-1.cfg diff --git a/rtems/config/4.12/

[PATCH 0/5] Tool Updates

2016-04-10 Thread Joel Sherrill
This patch series updates newlib to 2.4.0 for all targets. For most, this was done by changing the default. But some targets use older gcc versions. Those required special attention. Joel Sherrill (5): 4.12/rtems-moxie.bset: Include dtc needed by gdb build 4.12/rtems-default.bset: Update to gc

[PATCH 2/5] 4.12/rtems-default.bset: Update to gcc 6.20160327 and newlib-2.4.0

2016-04-10 Thread Joel Sherrill
--- rtems/config/4.12/rtems-default.bset | 2 +- .../tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg | 22 ++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg diff --git a/rtems/config

[PATCH 5/5] 4.12/rtems-m32c.bset: Update to newlib 2.4.0

2016-04-10 Thread Joel Sherrill
--- rtems/config/4.12/rtems-m32c.bset | 2 +- rtems/config/tools/rtems-gcc-4.8.3-newlib-2.4.0-1.cfg | 14 ++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-gcc-4.8.3-newlib-2.4.0-1.cfg diff --git a/rtems/config/4.12/r

Re: Build Failures on Master (mostly C++ issues)

2016-04-10 Thread Gedare Bloom
On Sun, Apr 10, 2016 at 12:45 AM, Hesham Almatary wrote: > > I have a pending submitted patch for or1k tools. It needs to be merged in > order for rtems-or1k to compile. I can't merge it because I've issues with > my old SSH key and laptop, so please merge it. ping your patch with this note. _