toolchain: add a version that can be bumped to force toolchain/target rebuild
authorFelix Fietkau <nbd@nbd.name>
Tue, 16 Nov 2021 20:46:21 +0000 (12:46 -0800)
committerFelix Fietkau <nbd@nbd.name>
Tue, 16 Nov 2021 21:02:45 +0000 (22:02 +0100)
commitdb34b93331e91bdb2cbc15d17632aaaab7217a6d
tree5c2a610d3cf7ad7a033c64c28494f1c31bfd9510
parent0c249ab07645489088c9010bb528b637356aa052
toolchain: add a version that can be bumped to force toolchain/target rebuild

This can be used to ensure that the compiled code is up to date, when
something important changes in the toolchain.
A recent example of this is the gcc 11 fix for a code miscompilation issue

Signed-off-by: Felix Fietkau <nbd@nbd.name>
.gitignore
Makefile
scripts/check-toolchain-clean.sh [new file with mode: 0755]
toolchain/build_version [new file with mode: 0644]