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

[S390] remove -traditional

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
CC: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Mathieu Desnoyers and committed by
Martin Schwidefsky
47494f6a 1e489518

-5
-2
arch/s390/kernel/Makefile
··· 2 2 # Makefile for the linux kernel. 3 3 # 4 4 5 - EXTRA_AFLAGS := -traditional 6 - 7 5 # 8 6 # Passing null pointers is ok for smp code, since we access the lowcore here. 9 7 #
-2
arch/s390/lib/Makefile
··· 2 2 # Makefile for s390-specific library files.. 3 3 # 4 4 5 - EXTRA_AFLAGS := -traditional 6 - 7 5 lib-y += delay.o string.o uaccess_std.o uaccess_pt.o 8 6 obj-$(CONFIG_32BIT) += div64.o qrnnd.o 9 7 lib-$(CONFIG_64BIT) += uaccess_mvcos.o
-1
arch/s390/math-emu/Makefile
··· 5 5 obj-$(CONFIG_MATHEMU) := math.o 6 6 7 7 EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w 8 - EXTRA_AFLAGS := -traditional