From 7d4f5a1aef10a28f14b9548c4c53d9c62509b041 Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 17 Apr 2006 18:03:53 +0000 Subject: XScale support (Gateway 7001), take two git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3665 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/toolchain/Config.in | 4 ++-- openwrt/toolchain/uClibc/files/config.armeb | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'openwrt/toolchain') diff --git a/openwrt/toolchain/Config.in b/openwrt/toolchain/Config.in index 79a991bb42..75400bc20c 100644 --- a/openwrt/toolchain/Config.in +++ b/openwrt/toolchain/Config.in @@ -10,7 +10,7 @@ if CONFIG_DEVEL comment "Common Toolchain Options" endif if !CONFIG_DEVEL -comment "Using defaults +comment "Using defaults" endif config BR2_ENABLE_MULTILIB @@ -42,7 +42,7 @@ config BR2_TARGET_OPTIMIZATION string "Target Optimizations" if CONFIG_DEVEL default "-Os -pipe -march=i486 -funit-at-a-time" if BR2_i386 default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if BR2_mipsel || BR2_mips - default "-Os -pipe -mcpu=xscale -funit-at-a-time" if BR2_armeb + default "-Os -pipe -mcpu=xscale -mno-thumb-interwork -mno-thumb -funit-at-a-time" if BR2_armeb default "-Os -pipe -funit-at-a-time" help Optimizations to use when building for the target host. diff --git a/openwrt/toolchain/uClibc/files/config.armeb b/openwrt/toolchain/uClibc/files/config.armeb index a9665d5647..ad01dc6ccd 100644 --- a/openwrt/toolchain/uClibc/files/config.armeb +++ b/openwrt/toolchain/uClibc/files/config.armeb @@ -45,7 +45,8 @@ ARCH_BIG_ENDIAN=y # ARCH_HAS_NO_MMU is not set ARCH_HAS_MMU=y UCLIBC_HAS_FLOATS=y -HAS_FPU=y +# HAS_FPU is not set +UCLIBC_HAS_SOFT_FLOAT=y # DO_C99_MATH is not set KERNEL_SOURCE="./toolchain_build_armeb/linux" C_SYMBOL_PREFIX="" -- cgit v1.2.3