From db34b93331e91bdb2cbc15d17632aaaab7217a6d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 16 Nov 2021 12:46:21 -0800 Subject: 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 --- toolchain/build_version | 1 + 1 file changed, 1 insertion(+) create mode 100644 toolchain/build_version (limited to 'toolchain/build_version') diff --git a/toolchain/build_version b/toolchain/build_version new file mode 100644 index 0000000000..d00491fd7e --- /dev/null +++ b/toolchain/build_version @@ -0,0 +1 @@ +1 -- cgit v1.2.3