mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
toolchain/gcc: Fix GCC version check
The version check which sets GCC_VERSION_FILE to the correct value only worked when the advanced options menu was active and not when it was not active. Thank you Tony Butler for the fix. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
25223b22c8
commit
a58b29ded7
@ -178,7 +178,7 @@ define Host/SetToolchainInfo
|
||||
endef
|
||||
|
||||
|
||||
ifdef CONFIG_GCC_USE_VERSION_12
|
||||
ifeq ($(GCC_MAJOR_VERSION),12)
|
||||
GCC_VERSION_FILE:=gcc/genversion.cc
|
||||
else
|
||||
GCC_VERSION_FILE:=gcc/version.c
|
||||
|
Loading…
Reference in New Issue
Block a user