Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing quote mark | Kirill K. Smirnov | 2023-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | The missing quotes affect bootstrap routine: ./bootstrap: eval: line 646: unexpected EOF while looking for matching `'' ./bootstrap: eval: line 647: syntax error: unexpected end of file For some reason bootstrap script ignores these errors and terminates successfully. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com> | ||||
* | newlib: Mark versions <= 4.1.0 as obsolete | Chris Packham | 2023-07-28 | 1 | -0/+1 |
| | | | | | | | | Mark newlib 2.5.0.20171222, 3.0.0.20180831, 3.1.0.20181231, 3.2.0, 3.3.0 and 4.1.0 as obsolete. These can be dropped after the next crosstool-ng release. Signed-off-by: Chris Packham <judge.packham@gmail.com> | ||||
* | Add newlib 3.2.0, 3.3.0 | Alexey Neyman | 2020-02-26 | 4 | -0/+42 |
Signed-off-by: Alexey Neyman <stilor@att.net> |