From b5ed5604cf901dc1df58befba757011ac2422ddf Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 29 Jul 2026 09:11:42 +0200 Subject: [PATCH] Revert "toolchain: drop $(REVISION) from GCC version" This reverts commit 9292f32fd96dc00b7c3f34a028d1fc41a4fcb6d2. Downstream patches may change the output. If the GCC version doesn't incooperate the patches somehow (hash, git commit, ...), ccache may not invalidate existing cache. Revert this until a cleaner solution is found. Signed-off-by: Paul Spooren --- toolchain/gcc/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index dd69d51065..8a802dc531 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -45,7 +45,7 @@ endif PATCH_DIR=../patches-$(GCC_MAJOR_VERSION).x BUGURL=http://bugs.openwrt.org/ -PKGVERSION=OpenWrt GCC $(PKG_VERSION) +PKGVERSION=OpenWrt GCC $(PKG_VERSION) $(REVISION) HOST_BUILD_PARALLEL:=1