From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-Id: <20080429140249.987171832@de.ibm.com> References: <20080429140117.631962807@de.ibm.com> Date: Tue, 29 Apr 2008 16:01:23 +0200 From: Martin Schwidefsky Subject: [patch 06/15] remove -traditional Content-Disposition: inline; filename=006-traditional.diff Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Cc: Mathieu Desnoyers , Sam Ravnborg , Heiko Carstens , Martin Schwidefsky List-ID: From: Mathieu Desnoyers Signed-off-by: Mathieu Desnoyers CC: Sam Ravnborg Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- arch/s390/kernel/Makefile | 2 -- arch/s390/lib/Makefile | 2 -- arch/s390/math-emu/Makefile | 1 - 3 files changed, 5 deletions(-) Index: quilt-2.6/arch/s390/kernel/Makefile =================================================================== --- quilt-2.6.orig/arch/s390/kernel/Makefile +++ quilt-2.6/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. # Index: quilt-2.6/arch/s390/lib/Makefile =================================================================== --- quilt-2.6.orig/arch/s390/lib/Makefile +++ quilt-2.6/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 Index: quilt-2.6/arch/s390/math-emu/Makefile =================================================================== --- quilt-2.6.orig/arch/s390/math-emu/Makefile +++ quilt-2.6/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 -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.