>From e72470f99bad5a3d1632e738cdf884bfc2d8687f Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Mon, 26 Jul 2010 22:11:36 +0200 Subject: [PATCH 2/3] frv: remove useless ARCHMODFLAGS assignment There is no references to ARCHMODLFAGS throughout the kernel tree. Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> --- arch/frv/Makefile | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/frv/Makefile b/arch/frv/Makefile index 310c47a..018455e 100644 --- a/arch/frv/Makefile +++ b/arch/frv/Makefile @@ -36,8 +36,6 @@ else UTS_SYSNAME = -DUTS_SYSNAME=\"uClinux\" endif -ARCHMODFLAGS += -G0 -mlong-calls - ifdef CONFIG_GPREL_DATA_8 KBUILD_CFLAGS += -G8 else -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html