diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-27 22:04:28 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-27 22:04:28 +0000 |
commit | fba27403899ea1e41dfdbbe6b155ccfbd487a6ce (patch) | |
tree | 364179d8e3544f2553b8f7f6cbc33f2b5280e7fe /target/device/Arm | |
parent | e27250c50270ec38c63e90ce2797a5dd8689b3b9 (diff) |
- toggle default back to soft-float
Diffstat (limited to 'target/device/Arm')
-rw-r--r-- | target/device/Arm/integrator926_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Arm/integrator926_defconfig b/target/device/Arm/integrator926_defconfig index 02ad99f7c..40040539a 100644 --- a/target/device/Arm/integrator926_defconfig +++ b/target/device/Arm/integrator926_defconfig @@ -240,7 +240,7 @@ BR2_GCC_SHARED_LIBGCC=y # BR2_INET_IPV6 is not set # BR2_INET_RPC is not set # BR2_USE_WCHAR is not set -# BR2_SOFT_FLOAT is not set +BR2_SOFT_FLOAT=y BR2_TARGET_OPTIMIZATION="-Os -pipe -fwrapv" BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y |