Fix potentially conflicting build flags

Change the default target optimisation value so
it does not conflict with gcc optimization level

Signed-off-by: Paul Jones <paul@pauljones.id.au>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Paul Jones 2010-06-14 22:36:04 +10:00 committed by Peter Korsgaard
parent 5db7204c80
commit 36391de0db

View File

@ -159,9 +159,10 @@ config BR2_INSTALL_LIBSTDCPP
config BR2_TARGET_OPTIMIZATION
string "Target Optimizations"
default "-Os -pipe"
default "-pipe"
help
Optimizations to use when building for the target host.
NOTE: gcc optimization level is defined in build options.
if BR2_TOOLCHAIN_BUILDROOT
source "toolchain/elf2flt/Config.in"