소스 검색

[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>
Mathieu Desnoyers 17 년 전
부모
커밋
47494f6a84
3개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 2
      arch/s390/kernel/Makefile
  2. 0 2
      arch/s390/lib/Makefile
  3. 0 1
      arch/s390/math-emu/Makefile

+ 0 - 2
arch/s390/kernel/Makefile

@@ -2,8 +2,6 @@
 # Makefile for the linux kernel.
 #
 
-EXTRA_AFLAGS	:= -traditional
-
 #
 # Passing null pointers is ok for smp code, since we access the lowcore here.
 #

+ 0 - 2
arch/s390/lib/Makefile

@@ -2,8 +2,6 @@
 # Makefile for s390-specific library files..
 #
 
-EXTRA_AFLAGS := -traditional
-
 lib-y += delay.o string.o uaccess_std.o uaccess_pt.o
 obj-$(CONFIG_32BIT) += div64.o qrnnd.o
 lib-$(CONFIG_64BIT) += uaccess_mvcos.o

+ 0 - 1
arch/s390/math-emu/Makefile

@@ -5,4 +5,3 @@
 obj-$(CONFIG_MATHEMU) := math.o
 
 EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w
-EXTRA_AFLAGS := -traditional