|
@@ -66,7 +66,7 @@ tune-$(CONFIG_CPU_XSC3) :=$(call cc-option,-mtune=xscale,-mtune=strongarm110) -
|
|
|
tune-$(CONFIG_CPU_V6) :=$(call cc-option,-mtune=arm1136j-s,-mtune=strongarm)
|
|
|
|
|
|
ifeq ($(CONFIG_AEABI),y)
|
|
|
-CFLAGS_ABI :=-mabi=aapcs -mno-thumb-interwork
|
|
|
+CFLAGS_ABI :=-mabi=aapcs-linux -mno-thumb-interwork
|
|
|
else
|
|
|
CFLAGS_ABI :=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) $(call cc-option,-mno-thumb-interwork,)
|
|
|
endif
|