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 toolchain: kernel-headers: kernel Git tree mirror hash 2020-11-27 14:46:13 +01:00
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 buildroot: allow specifying libc personality for external toolchains 2013-02-20 15:06:10 +00:00
build_version toolchain: add a version that can be bumped to force toolchain/target rebuild 2021-11-16 22:02:45 +01:00
Config.in toolchain: Include ./include/fortify for external musl toolchain 2022-09-12 23:34:10 +02:00
info.mk uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 2009-04-24 02:07:24 +00:00
Makefile Revert "toolchain: add autoconf-lean" 2021-03-02 11:36:36 +00:00