From cc65581ca3084da3d5ebdd652572f6c95d96ccba Mon Sep 17 00:00:00 2001 From: sirmordred Date: Mon, 7 Sep 2015 11:05:33 +0300 Subject: [PATCH] msm7x30: Use tuned options when compiling Change-Id: I0394d30dbdc7570df77ac688f9e6b2239a9558e0 --- arch/arm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index b4d11769d..93cc38644 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -102,6 +102,7 @@ tune-$(CONFIG_CPU_XSC3) :=$(call cc-option,-mtune=xscale,-mtune=strongarm110) - tune-$(CONFIG_CPU_FEROCEON) :=$(call cc-option,-mtune=marvell-f,-mtune=xscale) tune-$(CONFIG_CPU_V6) :=$(call cc-option,-mtune=arm1136j-s,-mtune=strongarm) tune-$(CONFIG_CPU_V6K) :=$(call cc-option,-mtune=arm1136j-s,-mtune=strongarm) +tune-$(CONFIG_ARCH_MSM7X30) :=-mtune=cortex-a8 -mfloat-abi=softfp -mfpu=neon ifeq ($(CONFIG_AEABI),y) CFLAGS_ABI :=-mabi=aapcs-linux -mno-thumb-interwork