Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling

2015-06-22 Thread Jonathan Corbet
On Mon, 22 Jun 2015 15:10:28 -0600 Jonathan Corbet wrote: > On Mon, 22 Jun 2015 16:41:10 -0400 > Paul Gortmaker wrote: > > > "These compilers are only functional for kernel builds. They cannot be > > used to build userspace code" > > I guess that's probably the key point. Maybe I should jus

Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling

2015-06-22 Thread Jonathan Corbet
On Mon, 22 Jun 2015 16:41:10 -0400 Paul Gortmaker wrote: > "These compilers are only functional for kernel builds. They cannot be > used to build userspace code" I guess that's probably the key point. Maybe I should just apply the patches and be done with it. Thanks, jon -- To unsubscribe fro

Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling

2015-06-22 Thread Paul Gortmaker
[Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling] On 22/06/2015 (Mon 12:46) Andy Lutomirski wrote: > On Mon, Jun 22, 2015 at 12:09 PM, Paul Gortmaker > wrote: > > [Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling] On > >

Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling

2015-06-22 Thread Andy Lutomirski
On Mon, Jun 22, 2015 at 12:09 PM, Paul Gortmaker wrote: > [Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling] On > 22/06/2015 (Mon 10:01) Andy Lutomirski wrote: > >> On Mon, Jun 22, 2015 at 9:41 AM, Jonathan Corbet wrote: >> > On Sat, 20 Jun

Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling

2015-06-22 Thread Paul Gortmaker
[Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling] On 22/06/2015 (Mon 10:01) Andy Lutomirski wrote: > On Mon, Jun 22, 2015 at 9:41 AM, Jonathan Corbet wrote: > > On Sat, 20 Jun 2015 21:10:28 -0400 > > Paul Gortmaker wrote: > > > >> T

Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling

2015-06-22 Thread Andy Lutomirski
On Mon, Jun 22, 2015 at 9:41 AM, Jonathan Corbet wrote: > On Sat, 20 Jun 2015 21:10:28 -0400 > Paul Gortmaker wrote: > >> The following was seen in linux-next build coverage, which is somewhat >> unique since it uses powerpc host to cross compile x86: >> >> Documentation/vDSO/vdso_standalone_test

Re: [PATCH] Documentation/vDSO: don't build tests when cross compiling

2015-06-22 Thread Jonathan Corbet
On Sat, 20 Jun 2015 21:10:28 -0400 Paul Gortmaker wrote: > The following was seen in linux-next build coverage, which is somewhat > unique since it uses powerpc host to cross compile x86: > > Documentation/vDSO/vdso_standalone_test_x86.c:49:2: error: impossible > register constraint in 'asm' > m

[PATCH] Documentation/vDSO: don't build tests when cross compiling

2015-06-20 Thread Paul Gortmaker
The following was seen in linux-next build coverage, which is somewhat unique since it uses powerpc host to cross compile x86: Documentation/vDSO/vdso_standalone_test_x86.c:49:2: error: impossible register constraint in 'asm' make[4]: *** [Documentation/vDSO/vdso_standalone_test_x86.o] Error 1 It