From 81fdac25114f6abd69841c7f6fb30bb489007383 Mon Sep 17 00:00:00 2001 From: craig Date: Mon, 12 Feb 2007 21:00:33 +0000 Subject: [PATCH] PXA255 does not do iwmmxt git-svn-id: http://svn.gumstix.com/gumstix-buildroot/trunk@1291 440079d4-f5dc-0310-964d-94f3b09ad5cf --- .defconfig | 2 +- target/arm/u-boot/270-fixups.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.defconfig b/.defconfig index 5741f91..9d1864e 100644 --- a/.defconfig +++ b/.defconfig @@ -116,7 +116,7 @@ BR2_CCACHE=y # BR2_ENABLE_MULTILIB is not set BR2_LARGEFILE=y BR2_SOFT_FLOAT=y -BR2_TARGET_OPTIMIZATION="-pipe -Os -march=armv5te -mtune=iwmmxt -Wa,-mcpu=iwmmxt" +BR2_TARGET_OPTIMIZATION="-pipe -Os -march=armv5te -mtune=xscale -Wa,-mcpu=xscale" # BR2_CROSS_TOOLCHAIN_TARGET_UTILS is not set # diff --git a/target/arm/u-boot/270-fixups.patch b/target/arm/u-boot/270-fixups.patch index 6181e3a..61e80df 100644 --- a/target/arm/u-boot/270-fixups.patch +++ b/target/arm/u-boot/270-fixups.patch @@ -20,7 +20,7 @@ Index: u-boot-1.1.4/cpu/pxa/config.mk #PLATFORM_CPPFLAGS += -mapcs-32 -march=armv4 -mtune=strongarm1100 -PLATFORM_CPPFLAGS += -march=armv5 -mtune=xscale -+PLATFORM_CPPFLAGS += -pipe -Os -march=armv5te -mtune=iwmmxt -Wa,-mcpu=iwmmxt ++PLATFORM_CPPFLAGS += -pipe -Os -march=armv5te -mtune=xscale -Wa,-mcpu=xscale # ========================================================================= # # Supply options according to compiler version -- 2.11.4.GIT