mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
df47decd60
Release Notes: https://gcc.gnu.org/pipermail/gcc/2023-July/242148.html Remove upstreamed patches: - patches-13.x/001-rtl-optimization-109585-alias-analysis-typo.patch - patches-13.x/700-RISCV-Inline-subword-atomic-ops.patch - patches-13.x/701-riscv-linux-Don-t-add-latomic-with-pthread.patch Refresh patches: - patches-13.x/10-mbsd_multi.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
config GCC_VERSION_11
|
|
default y if GCC_USE_VERSION_11
|
|
bool
|
|
|
|
config GCC_VERSION_13
|
|
default y if GCC_USE_VERSION_13
|
|
bool
|
|
|
|
config GCC_VERSION
|
|
string
|
|
default "11.3.0" if GCC_VERSION_11
|
|
default "13.2.0" if GCC_VERSION_13
|
|
default "12.3.0"
|