Revert "toolchain: drop $(REVISION) from GCC version"

This reverts commit 9292f32fd9.

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>
This commit is contained in:
Paul Spooren 2026-07-29 09:11:42 +02:00
parent 3755d0f8e4
commit b5ed5604cf
No known key found for this signature in database

View file

@ -45,7 +45,7 @@ endif
PATCH_DIR=../patches-$(GCC_MAJOR_VERSION).x PATCH_DIR=../patches-$(GCC_MAJOR_VERSION).x
BUGURL=http://bugs.openwrt.org/ BUGURL=http://bugs.openwrt.org/
PKGVERSION=OpenWrt GCC $(PKG_VERSION) PKGVERSION=OpenWrt GCC $(PKG_VERSION) $(REVISION)
HOST_BUILD_PARALLEL:=1 HOST_BUILD_PARALLEL:=1