build: fix menuconfig submenu sorting for gcc options

This commit is contained in:
CN_SZTL 2019-10-27 10:12:00 +08:00
parent 254ff014da
commit 3422b69db6
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -21,11 +21,6 @@ choice
bool "gcc 9.x"
endchoice
config GCC_USE_IREMAP
default y if ( GCC_USE_VERSION_5 || GCC_USE_VERSION_7 )
default n
bool
config GCC_USE_GRAPHITE
bool
prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS