ebe5d9edfe
It's time to finally switch over globally to the new spacing format that we have agreed on for the hash file, with 2 spaces as a separator between fields. This commit was mechanically generated using: find . -type f -name '*.hash' | xargs sed -i 's%^md5[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%md5 \1 \2%' find . -type f -name '*.hash' | xargs sed -i 's%^sha1[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha1 \1 \2%' find . -type f -name '*.hash' | xargs sed -i 's%^sha256[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha256 \1 \2%' find . -type f -name '*.hash' | xargs sed -i 's%^sha512[ \t]*\([^ \t]*\)[ \t]*\(.*\)$%sha512 \1 \2%' This commit can easily be backported on the LTS branch by re-running the same commands, if needed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
.. | ||
0001-tm.h-include-in-gcc.hxx-appears-to-be-no-longer-nece.patch | ||
0002-Remove-gratuitous-classes.patch | ||
0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch | ||
0004-Make-compilable-with-GCC-6-in-C-14-mode.patch | ||
0005-Fix-bug-in-GCC-6-input_location-translation.patch | ||
0006-Adapt-to-changes-in-GCC-8.patch | ||
0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch | ||
0008-Fix-GCC-8-adaptation-to-be-compatible-with-previous-.patch | ||
0009-Handle-namespace-aliases-when-parsing-GCC-tree.patch | ||
0010-Add-initial-support-for-GCC-9.patch | ||
0011-Adjust-to-changes-in-GCC-10.patch | ||
0012-Adjust-to-changes-in-GCC-11.patch | ||
0013-Resolve-name-lookup-ambiguity-causing-error-with-GCC.patch | ||
Config.in.host | ||
odb.hash | ||
odb.mk |