23 Jun, 2015
1 commit
-
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 1It probably makes sense to just skip building these tests when
we are cross compiling.Cc: Jonathan Corbet
Cc: linux-doc@vger.kernel.org
Cc: Andy Lutomirski
Signed-off-by: Paul Gortmaker
Signed-off-by: Jonathan Corbet
21 Oct, 2014
1 commit
-
vdso_standalone_test_x86 needs -lgcc_s to build succesfully on 32bit.
Signed-off-by: Peter Foley
[ Fixed missing separator issue reported by Paul Bolle ]
Signed-off-by: Jonathan Corbet
26 Sep, 2014
3 commits
-
glibc versions older than 2.16 don't include sys/auxv.h which this
executable uses.
Since we don't have a good way to test for specific glibc versions in
kbuild, just disable it for now.Signed-off-by: Peter Foley
Signed-off-by: Randy Dunlap
Signed-off-by: Jiri Kosina -
Signed-off-by: Peter Foley
Signed-off-by: Randy Dunlap
Signed-off-by: Jiri Kosina -
Add a bunch of previously unbuilt source files to the Documentation build
machinery.Signed-off-by: Peter Foley
Signed-off-by: Randy Dunlap
Signed-off-by: Jiri Kosina