Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus

Pull MIPS build fix from Ralf Baechle:
"Fix a makefile issue resulting in build breakage with older binutils.

This has sat in -next for a few days, testers and buildbot are happy
with it, too though if you are going for another -rc that'd certainly
help ironing out a few more issues"

* 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:
MIPS: VDSO: Fix build error with binutils 2.24 and earlier

+1 -1
+1 -1
arch/mips/vdso/Makefile
··· 26 26 # the comments on that file. 27 27 # 28 28 ifndef CONFIG_CPU_MIPSR6 29 - ifeq ($(call ld-ifversion, -lt, 22500000, y),) 29 + ifeq ($(call ld-ifversion, -lt, 22500000, y),y) 30 30 $(warning MIPS VDSO requires binutils >= 2.25) 31 31 obj-vdso-y := $(filter-out gettimeofday.o, $(obj-vdso-y)) 32 32 ccflags-vdso += -DDISABLE_MIPS_VDSO