From: Paul Spooren Date: Wed, 29 Jul 2026 07:11:42 +0000 (+0200) Subject: Revert "toolchain: drop $(REVISION) from GCC version" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ed5604cf901dc1df58befba757011ac2422ddf;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index dd69d510652..8a802dc531d 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