Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ncurses: correctly parse sofisticated gcc version | Kirill K. Smirnov | 2023-08-04 | 1 | -0/+30 |
| | | | | | | | | | | On canadian cross build-gcc reports its version as '13-win32'. ncurses >=6.3 correctly interprets this line as '13', but older ncurses versions fail and jump into wrong conclusions. Let's cherry-pick related changes from mainline ncurses. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com> | ||||
* | Ncurses fixes for 6.1 | Alexey Neyman | 2018-01-29 | 1 | -0/+153 |
| | | | | | | | | | | | - Update to 20180129 - Throw in --disable-db-install if database is disabled; otherwise 'make install' tries to run tic which is not built. - Select appropriate strip utility for the host; otherwise non-x86 architectures fail to install (unless --disable-stripping is also added) Signed-off-by: Alexey Neyman <stilor@att.net> | ||||
* | Upgrade to new releases | Alexey Neyman | 2018-01-28 | 2 | -0/+4 |
android-ndk, binutils, gcc, linux, mpfr, ncurses, newlib, uclibc-ng MPC vs MPFR dependencies required modifications in auto-generated templates to also provide non-inclusive older-than/newer-than specifications. Also correct MPC URLs, the website seems to have adjusted its directory layout. Currently, newlib 3.0.0 doesn't build for arm-nano-eabi. Signed-off-by: Alexey Neyman <stilor@att.net> |