From a9bb3bafdc2ee6495fedb4d85b88cb264f590be8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 30 Apr 2008 13:38:38 +0200 Subject: [PATCH] --- yaml --- r: 95330 b: refs/heads/master c: 47494f6a84cdae2740b62e1d86a1860df85d9bbb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/s390/kernel/Makefile | 2 -- trunk/arch/s390/lib/Makefile | 2 -- trunk/arch/s390/math-emu/Makefile | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index f17a820251dc..951558cfd6ee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e489518da2a49604df2c3281034097274324be9 +refs/heads/master: 47494f6a84cdae2740b62e1d86a1860df85d9bbb diff --git a/trunk/arch/s390/kernel/Makefile b/trunk/arch/s390/kernel/Makefile index 77051cd27925..6302f5082588 100644 --- a/trunk/arch/s390/kernel/Makefile +++ b/trunk/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. # diff --git a/trunk/arch/s390/lib/Makefile b/trunk/arch/s390/lib/Makefile index 52084436ab69..ab6735df2d21 100644 --- a/trunk/arch/s390/lib/Makefile +++ b/trunk/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 diff --git a/trunk/arch/s390/math-emu/Makefile b/trunk/arch/s390/math-emu/Makefile index 73b3e72efc46..c84890341052 100644 --- a/trunk/arch/s390/math-emu/Makefile +++ b/trunk/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