From: Paul Jones Date: Mon, 14 Jun 2010 12:36:04 +0000 (+1000) Subject: Fix potentially conflicting build flags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36391de0dbf8ed623e9897941a286fa19cb17b05;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index 595ab87195..71bded2e0d 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -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"