Re: [PATCH 0/2] x86,vdso: vdso build fixes and improvements

2014-05-30 Thread Andy Lutomirski
On Thu, May 29, 2014 at 10:42 PM, Stephen Rothwell wrote: > Hi Andy, > > On Thu, 29 May 2014 15:49:52 -0700 Andy Lutomirski > wrote: >> >> On Thu, May 29, 2014 at 3:41 PM, Paul Gortmaker >> wrote: >> > On 14-05-29 05:57 PM, Andy Lutomirski wrote: >> >> Patch 1 causes make;make to behave

Re: [PATCH 0/2] x86,vdso: vdso build fixes and improvements

2014-05-30 Thread Andy Lutomirski
On Thu, May 29, 2014 at 10:42 PM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi Andy, On Thu, 29 May 2014 15:49:52 -0700 Andy Lutomirski l...@amacapital.net wrote: On Thu, May 29, 2014 at 3:41 PM, Paul Gortmaker paul.gortma...@windriver.com wrote: On 14-05-29 05:57 PM, Andy

Re: [PATCH 0/2] x86,vdso: vdso build fixes and improvements

2014-05-29 Thread Stephen Rothwell
Hi Andy, On Thu, 29 May 2014 15:49:52 -0700 Andy Lutomirski wrote: > > On Thu, May 29, 2014 at 3:41 PM, Paul Gortmaker > wrote: > > On 14-05-29 05:57 PM, Andy Lutomirski wrote: > >> Patch 1 causes make;make to behave similarly to make if vdso2c fails. > >> Patch 2 hopefully fixes x86

Re: [PATCH 0/2] x86,vdso: vdso build fixes and improvements

2014-05-29 Thread Andy Lutomirski
On Thu, May 29, 2014 at 3:41 PM, Paul Gortmaker wrote: > On 14-05-29 05:57 PM, Andy Lutomirski wrote: >> Patch 1 causes make;make to behave similarly to make if vdso2c fails. >> Patch 2 hopefully fixes x86 crossbuilds on big-endian machines. I don't >> have a big-endian machine to test on,

Re: [PATCH 0/2] x86,vdso: vdso build fixes and improvements

2014-05-29 Thread Paul Gortmaker
On 14-05-29 05:57 PM, Andy Lutomirski wrote: > Patch 1 causes make;make to behave similarly to make if vdso2c fails. > Patch 2 hopefully fixes x86 crossbuilds on big-endian machines. I don't > have a big-endian machine to test on, though. Since the x86 builds are unconditionally failing as-is

[PATCH 0/2] x86,vdso: vdso build fixes and improvements

2014-05-29 Thread Andy Lutomirski
Patch 1 causes make;make to behave similarly to make if vdso2c fails. Patch 2 hopefully fixes x86 crossbuilds on big-endian machines. I don't have a big-endian machine to test on, though. Andy Lutomirski (2): x86,vdso: When vdso2c fails, unlink the output x86,vdso: Fix cross-compilation from

[PATCH 0/2] x86,vdso: vdso build fixes and improvements

2014-05-29 Thread Andy Lutomirski
Patch 1 causes make;make to behave similarly to make if vdso2c fails. Patch 2 hopefully fixes x86 crossbuilds on big-endian machines. I don't have a big-endian machine to test on, though. Andy Lutomirski (2): x86,vdso: When vdso2c fails, unlink the output x86,vdso: Fix cross-compilation from

Re: [PATCH 0/2] x86,vdso: vdso build fixes and improvements

2014-05-29 Thread Paul Gortmaker
On 14-05-29 05:57 PM, Andy Lutomirski wrote: Patch 1 causes make;make to behave similarly to make if vdso2c fails. Patch 2 hopefully fixes x86 crossbuilds on big-endian machines. I don't have a big-endian machine to test on, though. Since the x86 builds are unconditionally failing as-is now

Re: [PATCH 0/2] x86,vdso: vdso build fixes and improvements

2014-05-29 Thread Andy Lutomirski
On Thu, May 29, 2014 at 3:41 PM, Paul Gortmaker paul.gortma...@windriver.com wrote: On 14-05-29 05:57 PM, Andy Lutomirski wrote: Patch 1 causes make;make to behave similarly to make if vdso2c fails. Patch 2 hopefully fixes x86 crossbuilds on big-endian machines. I don't have a big-endian

Re: [PATCH 0/2] x86,vdso: vdso build fixes and improvements

2014-05-29 Thread Stephen Rothwell
Hi Andy, On Thu, 29 May 2014 15:49:52 -0700 Andy Lutomirski l...@amacapital.net wrote: On Thu, May 29, 2014 at 3:41 PM, Paul Gortmaker paul.gortma...@windriver.com wrote: On 14-05-29 05:57 PM, Andy Lutomirski wrote: Patch 1 causes make;make to behave similarly to make if vdso2c fails.