Re: [PATCH] Use a hash file for GCC only

2017-03-08 Thread Chris Johns
On 08/03/2017 17:10, Sebastian Huber wrote: On 07/03/17 23:24, Chris Johns wrote: On 03/03/2017 02:23, Gedare Bloom wrote: In a way, I do like that this shows the different gcc-newlib versions we use. It might be nice to add a bit of organization to this hashes file and/or documentation of th

Re: [PATCH] bsps: Provide for every BSP

2017-03-08 Thread Chris Johns
On 08/03/2017 17:12, Sebastian Huber wrote: On 07/03/17 22:05, Chris Johns wrote: On 08/03/2017 01:35, Sebastian Huber wrote: As a background information, I port currently the FDT(4) support from FreeBSD: https://www.freebsd.org/cgi/man.cgi?query=fdt&apropos=0&sektion=0&manpath=FreeBSD+11.0-

[PATCH] Fix rtems-test-check with a BSD sed.

2017-03-08 Thread Chris Johns
BSD sed does not support '\t' and treated '[ \t]' as 3 characters. This patch uses a standard method of supporting blank spaces. --- testsuites/automake/test-subdirs.am | 2 +- tools/build/rtems-test-check| 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test

[PATCH] Fix rtems-test-check with a BSD sed.

2017-03-08 Thread Chris Johns
I have tested this patch in FreeBSD 11.0 and it builds a range of memory limited BSPs. Without the patch the last t of cdtest was being removed. Could someone on Linux please test the patch and report back so I can push it to master and 4.11. Thanks Chris _