config: fix CONFIG_GDB appearing in main menuconfig menu
authorRobert Marko <robimarko@gmail.com>
Mon, 8 Apr 2024 20:05:19 +0000 (22:05 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 19 Apr 2024 21:15:54 +0000 (17:15 -0400)
commit35131b1b16023be4ae64be97466b52e745926e7e
treeb4ee1d045e9731c29cf961b1486086ea84d95d03
parentdf73ffc518bf9ed2efe4baaed09831428920b097
config: fix CONFIG_GDB appearing in main menuconfig menu

I noticed that CONFIG_GDB was suddenly appearing in the main menuconfig
menu despite the fact that it should be visible only when TOOLCHAINOPTS
is selected and under a dedicated menu.

After some trial and error, it seems that this was caused by the recent
addition of GCC_USE_DEFAULT_VERSION, and after even more trial and error
it gets fixed as soon GCC_USE_DEFAULT_VERSION is placed after GCC_VERSION.

So, lets simply put GCC_USE_DEFAULT_VERSION after GCC_VERSION.

Fixes: 501ef81040ba ("config: select KERNEL_WERROR if building with default GCC version")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz> [rebased]
(cherry picked from commit 12b2cb2ec3f1366b65caa0dbbdd83846c1c88d4e)
toolchain/gcc/Config.in
toolchain/gcc/Config.version