diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-23 09:49:56 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-23 09:49:56 +0000 |
commit | 3536c2f9192eec9ac8266423b1b67982ce1495c6 (patch) | |
tree | f5a311f1467e60b8645993345cc23439e92e1e79 /toolchain/Config.in.2 | |
parent | 79db2c698986554e537e01f9c784ad6019cb8a5c (diff) |
Ensure AVR32 FPU config is always correct
Diffstat (limited to 'toolchain/Config.in.2')
-rw-r--r-- | toolchain/Config.in.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index d3a1a1945..244fcf108 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -48,7 +48,7 @@ config BR2_USE_WCHAR config BR2_SOFT_FLOAT bool "Use software floating point by default" default n - depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_powerpc + depends on BR2_arm || BR2_armeb || BR2_avr32 || 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 |