]> code.ossystems Code Review - openembedded-core.git/commit
linux-omap: fix build failure with gcc-4.3.3
authorDexuan Cui <dexuan.cui@intel.com>
Wed, 23 Jun 2010 05:51:15 +0000 (13:51 +0800)
committerDexuan Cui <dexuan.cui@intel.com>
Wed, 23 Jun 2010 06:41:25 +0000 (14:41 +0800)
commita1d913a7fcb15dd75f457f5ba75f9ec3ed244918
treee6686b205e4734122d709af84586166447e43613
parent3ceb99937d3cbfbd97f8a13c9e06118fe9003873
linux-omap: fix build failure with gcc-4.3.3

Pull time.h patch from upstream Linux kernel
(commit 38332cb98772f5ea757e6486bed7ed0381cb5f98)

The patch fixes the following build failure:
  LD      .tmp_vmlinux1
kernel/built-in.o: In function `timespec_add_ns':
    undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: In function `do_gettimeofday':
    undefined reference to `__aeabi_uldivmod'
    undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: In function `timespec_add_ns':
    undefined reference to `__aeabi_uldivmod'
    undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: more undefined references to `__aeabi_uldivmod'

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/packages/linux/linux-omap-2.6.24.7/time-prevent-the-loop-in-timespec_add_ns-from-being-optimised-away.patch [new file with mode: 0644]
meta/packages/linux/linux-omap_2.6.24.7.bb