diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-09 18:08:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-09 18:08:15 +0000 |
commit | d47905628e66753d8496a3f485a358dffd93275a (patch) | |
tree | a9b0d6bd4ff7c6c576e60b7819545c74add144a2 | |
parent | 40fbbbad2afb2d6723f91e0cf574a77e7ae2e9f5 (diff) | |
download | buildroot-novena-d47905628e66753d8496a3f485a358dffd93275a.tar.gz buildroot-novena-d47905628e66753d8496a3f485a358dffd93275a.zip |
allow people to enter target optimizations
-rw-r--r-- | toolchain/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 887a45f02..719a2ca96 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -44,11 +44,10 @@ config SOFT_FLOAT default "true" config BR2_TARGET_OPTIMIZATION - string + string "Target Optimizations" default "-Os -pipe" help - Currently the unwind stuff seems to work for staticly linked apps - but not dynamic. So use setjmp/longjmp exceptions by default. + Optimizations to use when building for the target host. # Might be worth experimenting with for gcc 3.4.x. #GCC_WITH_CPU:= |