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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc

Pull sparc updates from David Miller:
"Please pull to get this fix for the sparc32 build when using a more
recent binutils."

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
sparc32: Add -Av8 to assembler command line.

+1 -1
+1 -1
arch/sparc/Makefile
··· 31 31 32 32 #KBUILD_CFLAGS += -g -pipe -fcall-used-g5 -fcall-used-g7 33 33 KBUILD_CFLAGS += -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7 34 - KBUILD_AFLAGS += -m32 34 + KBUILD_AFLAGS += -m32 -Wa,-Av8 35 35 36 36 #LDFLAGS_vmlinux = -N -Ttext 0xf0004000 37 37 # Since 2.5.40, the first stage is left not btfix-ed.