aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/8.4.0/840-armv4_pass_fix-v4bx_to_ld.patch
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: gcc: improve patch handling by introducing major versionNick Hainke2022-09-111-28/+0
| | | | | | | | | | | Every minor version bump of a major version will result in a huge patch diff because of the moving of all the patches from version e.g. 11.2.0 to 11.3.0. This commit only use the major version for the patch folders to differentiate between the different gcc versions. This will significantly improve the reviewing of the smaller version bump patches and help to see what really changed in a minor version bump. Signed-off-by: Nick Hainke <vincent@systemli.org>
* toolchain: Update GCC 8 to version 8.4.0Hauke Mehrtens2020-03-181-0/+28
The removed patch is included in GCC 8.4.0. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>