summaryrefslogtreecommitdiff
path: root/misc/buildroot
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-04 00:32:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-04 00:32:31 +0000
commit84c0e91d00f1e6e72827c0386300fcaf40b4b15c (patch)
tree5926b1ce0c0414749ff2d6abd170deb34cde7883 /misc/buildroot
parent19d576b8e0c622125b87dd8776c027486c6cef1b (diff)
downloadnuttx-84c0e91d00f1e6e72827c0386300fcaf40b4b15c.tar.gz
nuttx-84c0e91d00f1e6e72827c0386300fcaf40b4b15c.tar.bz2
nuttx-84c0e91d00f1e6e72827c0386300fcaf40b4b15c.zip
No soft float with blackfin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1677 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot')
-rw-r--r--misc/buildroot/configs/bfin-defconfig-4.2.41
-rw-r--r--misc/buildroot/toolchain/Config.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/misc/buildroot/configs/bfin-defconfig-4.2.4 b/misc/buildroot/configs/bfin-defconfig-4.2.4
index 79d32dfb2..0b55a8849 100644
--- a/misc/buildroot/configs/bfin-defconfig-4.2.4
+++ b/misc/buildroot/configs/bfin-defconfig-4.2.4
@@ -83,5 +83,4 @@ BR2_EXTRA_GCC_CONFIG_OPTIONS=""
# BR2_PACKAGE_SSTRIP_HOST is not set
# BR2_ENABLE_MULTILIB is not set
BR2_LARGEFILE=y
-BR2_SOFT_FLOAT=y
BR2_TARGET_OPTIMIZATION="-Os -pipe"
diff --git a/misc/buildroot/toolchain/Config.in b/misc/buildroot/toolchain/Config.in
index 34e8e86e7..1675c32d4 100644
--- a/misc/buildroot/toolchain/Config.in
+++ b/misc/buildroot/toolchain/Config.in
@@ -26,7 +26,7 @@ config BR2_LARGEFILE
config BR2_SOFT_FLOAT
bool "Use software floating point by default"
default n
- depends on BR2_arm || BR2_armeb || BR2_bfin || BR2_mips || BR2_mipsel || BR2_powerpc
+ depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_powerpc
help
If your target CPU does not have a Floating Point Unit (FPU) or a
kernel FPU emulator, but you still wish to support floating point