Re: cross compilers [was build failure of sorts]

2016-06-21 Thread Peter Zijlstra
On Tue, Jun 21, 2016 at 11:45:37AM +0200, Peter Zijlstra wrote: > Should arc-*-* list gdb in their noconfigdirs like many other archs do > too? Something like so I suppose. --- configure.ac |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac inde

Re: cross compilers [was build failure of sorts]

2016-06-21 Thread Peter Zijlstra
On Tue, Jun 21, 2016 at 09:28:56AM +, Vineet Gupta wrote: > On Tuesday 21 June 2016 01:13 PM, Peter Zijlstra wrote: > > On Tue, Jun 21, 2016 at 05:29:28AM +, Vineet Gupta wrote: > >> > On Saturday 18 June 2016 03:47 PM, Peter Zijlstra wrote: > >>> > > As you can see, arc doesn't even build

Re: cross compilers [was build failure of sorts]

2016-06-21 Thread Vineet Gupta
On Tuesday 21 June 2016 03:15 PM, Peter Zijlstra wrote: > On Tue, Jun 21, 2016 at 09:28:56AM +, Vineet Gupta wrote: >> On Tuesday 21 June 2016 01:13 PM, Peter Zijlstra wrote: >>> On Tue, Jun 21, 2016 at 05:29:28AM +, Vineet Gupta wrote: > On Saturday 18 June 2016 03:47 PM, Peter Zijlstr

Re: cross compilers [was build failure of sorts]

2016-06-21 Thread Vineet Gupta
On Tuesday 21 June 2016 01:13 PM, Peter Zijlstra wrote: > On Tue, Jun 21, 2016 at 05:29:28AM +, Vineet Gupta wrote: >> > On Saturday 18 June 2016 03:47 PM, Peter Zijlstra wrote: >>> > > As you can see, arc doesn't even build upstream binutils :/ >>> > > (binutils-2_26-branch as of today). >> >

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Heiko Stübner
Am Donnerstag, 16. Juni 2016, 23:27:22 schrieb Daniel Lezcano: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET =>

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Sylvain Lemieux
On Thu, 2016-06-16 at 23:27 +0200, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET => CLOCKS

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Liviu Dudau
On Thu, Jun 16, 2016 at 11:27:22PM +0200, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET =>

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Patrice Chotard
On 06/16/2016 11:27 PM, Daniel Lezcano wrote: All the clocksource drivers's init function are now converted to return an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the clksrc-of table. Let's convert back the names: - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DECLARE

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Ray Jui
Hi Daniel, On 6/16/2016 2:27 PM, Daniel Lezcano wrote: All the clocksource drivers's init function are now converted to return an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the clksrc-of table. Let's convert back the names: - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DE

cross compilers [was build failure of sorts]

2016-06-21 Thread Peter Zijlstra
On Sat, Jun 18, 2016 at 09:05:01AM +0200, Peter Zijlstra wrote: > I use segher's buildall script. > The buildall script I put to work and after about an hour I have however > many of the 20+ targets that build with gcc.git and binutils.git cross > compilers. > Like the below... (the native one

Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Neil Armstrong
On 06/16/2016 11:27 PM, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DE

RE: [PATCH V2 63/63] clocksources: Switch back to the clksrc table

2016-06-21 Thread Noam Camus
>From: Daniel Lezcano [mailto:daniel.lezc...@linaro.org] >Sent: Friday, June 17, 2016 12:27 AM >All the clocksource drivers's init function are now converted to return an >error code. CLOCKSOURCE_OF_DECLARE is no longer used as well as the clksrc-of >table. >Let's convert back the names: > - C

Re: cross compilers [was build failure of sorts]

2016-06-21 Thread Peter Zijlstra
On Tue, Jun 21, 2016 at 05:29:28AM +, Vineet Gupta wrote: > On Saturday 18 June 2016 03:47 PM, Peter Zijlstra wrote: > > As you can see, arc doesn't even build upstream binutils :/ > > (binutils-2_26-branch as of today). > > Hmm - we are still in fight w.r.t. upstreaming gcc fully (ARCv2 gcc s