Jiri Kosina schreef op di 07-10-2014 om 00:22 [+0200]:
> [...]
>
> Peter Foley (12):
>       Documentation: use subdir-y to avoid unnecessary built-in.o files
>       Documentation: add makefiles for more targets
>       Documentation: make functions static to avoid prototype warnings
>       Documentation: fix misc. warnings
>       Documentation: support glibc versions without htole macros
>       Documentation: update .gitignore files
>       Documentation: update vDSO makefile to build portable examples
>       Documentation: disable vdso_test to avoid breakage with old glibc
>       Make Documenation depend on headers_install
>       tools: add more endian.h macros
>       Documentation: remove networking/.gitignore
>       Documentation: update include path for mpssd

This series is included in v3.18-rc1. It broke the build of 32 bit x86
(if CONFIG_BUILD_DOCSRC is set):
    Documentation/vDSO/vdso_standalone_test_x86.o: In function `to_base10':
    vdso_standalone_test_x86.c:(.text+0x101): undefined reference to `__umoddi3'
    vdso_standalone_test_x86.c:(.text+0x12d): undefined reference to `__udivdi3'
    collect2: error: ld returned 1 exit status
    make[2]: *** [Documentation/vDSO/vdso_standalone_test_x86] Error 1
    make[1]: *** [Documentation/vDSO] Error 2
    make[1]: *** Waiting for unfinished jobs....
    make: *** [vmlinux] Error 2

A possible fix is discussed in https://lkml.org/lkml/2014/10/8/538 .


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to