Skip to content

Commit

Permalink
msm7x30: Use tuned options when compiling
Browse files Browse the repository at this point in the history
Change-Id: I0394d30dbdc7570df77ac688f9e6b2239a9558e0
  • Loading branch information
sirmordred authored and nilac8991 committed Sep 7, 2015
1 parent 0bdff6a commit cc65581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc65581

Please sign in to comment.