aboutsummaryrefslogtreecommitdiff
path: root/packages/newlib/3.0.0
Commit message (Collapse)AuthorAgeFilesLines
* Update packages: automake, isl, linux, mpfr, musl, newlib, strace, uClibc-ngAlexey Neyman2018-04-126-146/+0
| | | | | | Also, fix manage-packages.sh after autotoolization. Signed-off-by: Alexey Neyman <stilor@att.net>
* More fixes after the upgrades:Alexey Neyman2018-01-301-0/+2
| | | | | | | | | | | - GLIBC requires a fix to work with binutils 2.30 on aarch64. This fix relies on binutils 2.24 or newer, which is okay for glibc 2.26 since it needs 2.25 or newer anyway. But older glibc versions are now pinned to binutils 2.29 or older on aarch64. - xtensa needs patches in libgcc with gcc 7.3. - comment in newlib's patch to indicate it is a reversal of a commit. Signed-off-by: Alexey Neyman <stilor@att.net>
* Newlib 3.0.0 seems to be a very broken releaseAlexey Neyman2018-01-292-0/+79
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Newlib developers should at least try to compile itAlexey Neyman2018-01-281-0/+23
| | | | ... before publishing a release.
* Upgrade to new releasesAlexey Neyman2018-01-284-0/+42
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>