openwrt/toolchain
Christian Marangi 9988832c46
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: d9de5252a4 ("toolchain/gcc: switch to version 12 by default")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-01-09 21:25:30 +01:00
..
binutils toolchain/binutils: switch to version 2.39 by default 2023-01-01 18:55:04 +01:00
fortify-headers build: prefer HTTPS if available (for packages) 2022-10-05 17:37:07 +02:00
gcc toolchain/gcc: fix broken gcc version selection 2023-01-09 21:25:30 +01:00
gdb toolchain/gdb: fix expat location 2022-09-27 16:39:37 +02:00
glibc toolchain: glibc: Update to glibc 2.36 2022-12-21 11:35:32 +01:00
kernel-headers
musl toolchain: musl: Update to version 1.2.3 2022-04-11 21:41:03 +02:00
nasm toolchain/nasm: update to 2.16.01 2023-01-04 23:40:28 +01:00
wrapper
Config.in toolchain: Include ./include/fortify for external musl toolchain 2022-09-12 23:34:10 +02:00
Makefile
build_version
info.mk