]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
Revert "toolchain: drop $(REVISION) from GCC version"
authorPaul Spooren <mail@aparcar.org>
Wed, 29 Jul 2026 07:11:42 +0000 (09:11 +0200)
committerPaul Spooren <mail@aparcar.org>
Wed, 29 Jul 2026 07:14:05 +0000 (09:14 +0200)
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 <mail@aparcar.org>
toolchain/gcc/common.mk

index dd69d510652365775b2d7dc35280ba0c02747bfc..8a802dc531dab7eac4e67940c7de01c3bb211b25 100644 (file)
@@ -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