Re: [PATCH] source-builder/sb/bootstrap.py: Do not reference bsp_specs to find BSPs

2017-11-22 Thread Sebastian Huber
On 22/11/17 23:18, Joel Sherrill wrote: On the PowerPC, we have rtems_crt[in].o and I don't know why we don't have crt[in].o from gcc to use. That seems like something isn't right. We have to fix the GCC crt[in].o for PowerPC. This hack in the PowerPC bsp_specs is necessary at the moment. --

Re: [PATCH] source-builder/sb/bootstrap.py: Do not reference bsp_specs to find BSPs

2017-11-22 Thread Joel Sherrill
On Wed, Nov 22, 2017 at 3:57 PM, Chris Johns wrote: > On 23/11/2017 08:45, Joel Sherrill wrote: > > > > OK. That works and is now pushed. > > > > Nice. > > > I am just glad I didn't get a complete failing grade on my first Python > patch. :) > > 100% pass, however I should not be grading anyone o

Re: [PATCH] source-builder/sb/bootstrap.py: Do not reference bsp_specs to find BSPs

2017-11-22 Thread Chris Johns
On 23/11/2017 08:45, Joel Sherrill wrote: > > OK. That works and is now pushed. > Nice. > I am just glad I didn't get a complete failing grade on my first Python > patch. :) 100% pass, however I should not be grading anyone on Python. > > Any comments on the patches to the autotools infrast

Re: [PATCH] source-builder/sb/bootstrap.py: Do not reference bsp_specs to find BSPs

2017-11-22 Thread Joel Sherrill
On Wed, Nov 22, 2017 at 3:38 PM, Chris Johns wrote: > On 23/11/2017 02:33, Joel Sherrill wrote: > > Updates #3520. > > --- > > source-builder/sb/bootstrap.py | 13 +++-- > > 1 file changed, 11 insertions(+), 2 deletions(-) > > > > diff --git a/source-builder/sb/bootstrap.py > b/source-bu

Re: [PATCH] source-builder/sb/bootstrap.py: Do not reference bsp_specs to find BSPs

2017-11-22 Thread Chris Johns
On 23/11/2017 02:33, Joel Sherrill wrote: > Updates #3520. > --- > source-builder/sb/bootstrap.py | 13 +++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > > diff --git a/source-builder/sb/bootstrap.py b/source-builder/sb/bootstrap.py > index 9095f3c..8fda3b8 100644 > --- a/source-

[PATCH] source-builder/sb/bootstrap.py: Do not reference bsp_specs to find BSPs

2017-11-22 Thread Joel Sherrill
Updates #3520. --- source-builder/sb/bootstrap.py | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/source-builder/sb/bootstrap.py b/source-builder/sb/bootstrap.py index 9095f3c..8fda3b8 100644 --- a/source-builder/sb/bootstrap.py +++ b/source-builder/sb/bootstrap.