]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ARM: OMAP: Use cc-option for CONFIG_CPU_V6
authorPaul Mundt <paul.mundt@nokia.com>
Mon, 29 Aug 2005 10:35:56 +0000 (13:35 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 29 Aug 2005 10:35:56 +0000 (13:35 +0300)
Use cc-option for CONFIG_CPU_V6

arch/arm/Makefile

index afc3858b6a8e3327e270afe8a2dbbb540ce62a97..271a6d43900cc31c9551e861e7c5bd22d0082de4 100644 (file)
@@ -53,7 +53,7 @@ tune-$(CONFIG_CPU_ARM926T)    :=-mtune=arm9tdmi
 tune-$(CONFIG_CPU_SA110)       :=-mtune=strongarm110
 tune-$(CONFIG_CPU_SA1100)      :=-mtune=strongarm1100
 tune-$(CONFIG_CPU_XSCALE)      :=$(call cc-option,-mtune=xscale,-mtune=strongarm110) -Wa,-mcpu=xscale
-tune-$(CONFIG_CPU_V6)          :=-mtune=arm1136jf-s
+tune-$(CONFIG_CPU_V6)          :=$(call cc-option,-mtune=arm1136jf-s,-mtune=arm1136jfs)
 
 # Need -Uarm for gcc < 3.x
 CFLAGS_ABI     :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)