On Fri, Oct 24, 2014 at 2:48 PM, Jeff Mahoney <je...@suse.com> wrote: > The use of 64-bit math on i386 causes build failures: > vdso_standalone_test_x86.c:(.text+0x101): undefined reference to `__umoddi3' > vdso_standalone_test_x86.c:(.text+0x12d): undefined reference to `__udivdi3' > > Commit adb19fb66ee (Documentation: add makefiles for more targets) is > now building this by default, so it's failing the kernel build entirely. > > Switching the declaration from uint64_t to time_t does the right thing > and handles the x32 case automatically. > > Signed-off-by: Jeff Mahoney <je...@suse.com>
Acked-by: Peter Foley <pefol...@pefoley.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/