From 0321ede21fa674f0ce35d2ff52ae48a314d747ac Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Wed, 29 Sep 2010 17:05:55 +1000 Subject: [PATCH] Removed arm optimizations from -O2 line as they're now added via Rajko's change. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed98a853..dd9f0cbc 100644 --- a/Makefile +++ b/Makefile @@ -529,7 +529,7 @@ KBUILD_CFLAGS += -mcpu=cortex-a8 -march=armv7-a -mtune=cortex-a8 -mfpu=vfpv3 ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE KBUILD_CFLAGS += -Os else -KBUILD_CFLAGS += -O2 -mcpu=cortex-a8 -march=armv7-a -mtune=cortex-a8 -mfpu=vfpv3 +KBUILD_CFLAGS += -O2 endif include $(srctree)/arch/$(SRCARCH)/Makefile