Config.in: fix help comment for gcc optimization
authorLothar Felten <lothar.felten@gmail.com>
Fri, 20 Oct 2017 11:19:17 +0000 (13:19 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Oct 2017 08:12:06 +0000 (10:12 +0200)
The default for is set to BR2_OPTIMIZE_S, the help comment designated
BR2_OPTIMIZE_0 as default.
Changed the help comment to show that BR2_OPTIMIZE_S is the default.

Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in

index 814dc025b96a58083ace1d822bd6e2ad7aecd4df..9bdb0b857ac0b73d9fe59b2bd2ba01e71df49110 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -458,7 +458,7 @@ choice
 config BR2_OPTIMIZE_0
        bool "optimization level 0"
        help
-         Do not optimize. This is the default.
+         Do not optimize.
 
 config BR2_OPTIMIZE_1
        bool "optimization level 1"
@@ -525,6 +525,7 @@ config BR2_OPTIMIZE_S
          -falign-loops -falign-labels -freorder-blocks
          -freorder-blocks-and-partition -fprefetch-loop-arrays
          -ftree-vect-loop-version
+         This is the default.
 
 endchoice