1
0
Fork 0
forked from mirror/openwrt
openwrt/toolchain
Daniel Golle 915dfbdbb1
config: select KERNEL_WERROR if building with default GCC version
[ during cherry-pick GCC version was changed to default GCC 12 version ]

At the moment we have to manually follow the default GCC version
also in config/Config-kernel.in. This tends to be forgotten at GCC
version bumps (just happened when switching from version 12 to 13).
Instead, introduce a hidden Kconfig symbol which implies KERNEL_WERROR
in toolchain/gcc/Config.in where it is visible for developers changing
the default version.

Also remove the explicit default on BUILDBOT to avoid a circular
dependency and also because buildbots anyway implicitly always select
the default GCC version.

Reference: https://github.com/openwrt/openwrt/pull/15064
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Petr Štetiar <ynezz@true.cz> [GCC 12 default]
(cherry picked from commit 501ef81040)
2024-04-18 11:52:56 +02:00
..
binutils toolchain: assign PKG_CPE_ID 2023-09-27 22:37:01 +02:00
fortify-headers fortify-headers: add __extension__ mark to strings.h 2023-08-11 12:53:33 +02:00
gcc config: select KERNEL_WERROR if building with default GCC version 2024-04-18 11:52:56 +02:00
gdb toolchain: assign PKG_CPE_ID 2023-09-27 22:37:01 +02:00
glibc toolchain: glibc: Update glibc 2.37 to recent HEAD 2024-02-10 12:53:42 +01:00
kernel-headers toolchain: assign PKG_CPE_ID 2023-09-27 22:37:01 +02:00
musl toolchain: musl: add PKG_CPE_ID 2023-09-27 22:37:01 +02:00
nasm toolchain: assign PKG_CPE_ID 2023-09-27 22:37:01 +02: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 treewide: strip useless default n Kconfig lines 2023-02-03 12:50:15 +01: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 toolchain: remove references to $(LIBC)/utils subtarget 2023-02-25 13:45:18 +01:00