diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-11-16 12:46:21 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-11-16 22:02:45 +0100 |
commit | db34b93331e91bdb2cbc15d17632aaaab7217a6d (patch) | |
tree | 5c2a610d3cf7ad7a033c64c28494f1c31bfd9510 /.gitignore | |
parent | 0c249ab07645489088c9010bb528b637356aa052 (diff) | |
download | upstream-db34b93331e91bdb2cbc15d17632aaaab7217a6d.tar.gz upstream-db34b93331e91bdb2cbc15d17632aaaab7217a6d.tar.bz2 upstream-db34b93331e91bdb2cbc15d17632aaaab7217a6d.zip |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 11f280d0aa..91e257f5a9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /dl /.config /.config.old +/.toolchain_build_ver /bin /build_dir /staging_dir |