toolchain/gcc: fix broken gcc version selection
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 9 Jan 2023 20:19:02 +0000 (21:19 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 9 Jan 2023 20:25:30 +0000 (21:25 +0100)
commit9988832c464054847c22188e65b22cf0f86f25e6
tree83d59d29aff768d0e40d34f36598db4a9ba27f5a
parent36bc306ae61133a4e7907f0648b8cf8ad8587619
toolchain/gcc: fix broken gcc version selection

Config evaluation require default with if to be put before the generic
default config with no condition. Putting the default config before any
conditional default results in always selecting the non conditional one.

This results in the version be hardcoded to gcc 12 even if gcc 11 is
selected in the Advanced build options.

Fix this by putting the gcc 12 default option as last after ANY
conditional default config.

Fixes: d9de5252a44e ("toolchain/gcc: switch to version 12 by default")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
toolchain/gcc/Config.version