Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run patches thru `manage-packages -P` | Alexey Neyman | 2022-02-11 | 18 | -171/+101 |
| | | | | | | | | This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net> | ||||
* | packages/gcc/libstdc++: #include_next → #include | Keith Packard | 2021-06-17 | 1 | -0/+307 |
| | | | | | | | | | | | | | | Some of the installed libstdc++ header files use '#include_next' to work around toolchain oddities that might cause loops in the compiler. However, these also cause mistakes in locating header files when there are multiple C libraries installed as '#include_next' often ends up finding default C library header files. It doesn't seem like this patch could be accepted upstream; there's a long discussion about the use of include_next in these headers which I cannot fully understand. Signed-off-by: Keith Packard <keithp@keithp.com> | ||||
* | Update to gcc release 10.3.0 | Kumar Gala | 2021-04-08 | 24 | -0/+1798 |
Drop patches already in 10.3.0 that had been backported Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |