[PATCH 2/3] frv: remove useless ARCHMODFLAGS assignment

From: Sam Ravnborg
Date: Mon Jul 26 2010 - 16:11:36 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/