summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/Config.in
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/toolchain/Config.in
parent19d576b8e0c622125b87dd8776c027486c6cef1b (diff)
downloadpx4-nuttx-84c0e91d00f1e6e72827c0386300fcaf40b4b15c.tar.gz
px4-nuttx-84c0e91d00f1e6e72827c0386300fcaf40b4b15c.tar.bz2
px4-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/toolchain/Config.in')
-rw-r--r--misc/buildroot/toolchain/Config.in2
1 files changed, 1 insertions, 1 deletions
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