fix prerequisites due to libc changes
[buildroot.git] / toolchain / kernel-headers / linux-2.6.23.1-PR32044-better-dont-emit-__udivdi3.patch
blobd034411b2d0c3ff5d7cff16df433f65a0a5b90b8
1 --- linux-2.6.23.1.orig/kernel/time/Makefile 2007-10-09 22:31:38.000000000 +0200
2 +++ linux-2.6.23.1/kernel/time/Makefile 2007-10-13 23:40:58.000000000 +0200
3 @@ -6,3 +6,7 @@
4 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o
5 obj-$(CONFIG_TICK_ONESHOT) += tick-sched.o
6 obj-$(CONFIG_TIMER_STATS) += timer_stats.o
8 +# workaround for gcc.gnu.org/PR32044
9 +CFLAGS_timekeeping.o += $(call cc-ifversion, -ge, 0403, -fno-tree-scev-cprop)