aboutsummaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Disallow PPS SPE ABIAlexey Neyman2020-03-041-1/+1
| | | | | | with GCC 9+ and GLIBC 2.30+, they no longer support it. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix upstream for undeclared PAGE_SHIFTAlexey Neyman2020-03-031-0/+20
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Update ARC patch to glibc 2.31Alexey Neyman2020-02-261-168/+863
| | | | | | Build-tested only. Signed-off-by: Alexey Neyman <stilor@att.net>
* elf2flt: handle binutils 2.34 APIAlexey Neyman2020-02-261-0/+447
| | | | | | temporary patch, PR pending upstream Signed-off-by: Alexey Neyman <stilor@att.net>
* New Linux versionsAlexey Neyman2020-02-2620-48/+56
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add uClibc-ng 1.0.33Alexey Neyman2020-02-262-0/+16
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add strace-5.5Alexey Neyman2020-02-262-0/+4
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add newlib 3.2.0, 3.3.0Alexey Neyman2020-02-268-0/+84
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add ncurses 6.2Alexey Neyman2020-02-262-0/+4
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add make 4.3Alexey Neyman2020-02-267-1/+14
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add GMP 6.2.0Alexey Neyman2020-02-262-0/+12
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add glibc 2.31Alexey Neyman2020-02-264-0/+7664
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add gdb-9.1Alexey Neyman2020-02-267-0/+175
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Slide the checked out tag of elf2fltAlexey Neyman2020-02-261-1/+1
| | | | | | Also, add an ability to download rolling releases to manage-packages.sh. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add binutils 2.34Alexey Neyman2020-02-2611-0/+622
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Upstream patch to disable FORTIFY_SOURCE on mingw32Alexey Neyman2020-02-091-0/+43
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Upstrean fix for CET-enabled compiler with no --enable-cetAlexey Neyman2020-02-033-0/+244
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Pick up gettext patch for pthread_sigmask build on mingw32Alexey Neyman2020-02-031-0/+356
| | | | | | Fixes #1272. Signed-off-by: Alexey Neyman <stilor@att.net>
* Version updatesAlexey Neyman2019-12-2557-79/+177
| | | | | | | | | bison, elf2flt, gcc, isl, linux, mingw-w64, strace. Adjust checksum ordering in uclibc-ng so that it matches what the script generates. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #1265 from nolange/add_musl_124Alexey Neyman2019-12-232-0/+4
|\ | | | | Add musl 1.1.24
| * Add musl 1.1.24Norbert Lange2019-10-192-0/+4
| | | | | | | | Signed-off-by: Norbert Lange <nolange79@gmail.com>
* | Merge pull request #1268 from egtvedt/add-binutils-2.33.1Alexey Neyman2019-12-2311-0/+622
|\ \ | | | | | | binutils: add version 2.33.1
| * | binutils: add version 2.33.1Hans-Christian Noren Egtvedt2019-10-2311-0/+622
| |/ | | | | | | | | | | | | Forward ported patches from version 2.32, and refreshed them so they apply clean. Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
* | Merge pull request #1263 from dimkr/uclibc-ng-1.0.32Alexey Neyman2019-12-232-0/+16
|\ \ | | | | | | uClibc-ng: add 1.0.32
| * | uClibc-ng: add 1.0.32Dima Krasner2019-10-172-0/+16
| |/
* / Add Recent expat versionSam Elliott2019-12-063-4/+4
|/
* GDB 8.3+ needs IPv6Alexey Neyman2019-10-021-1/+1
| | | | | | ... which wasn't enabled in uClibc-ng by default Signed-off-by: Alexey Neyman <stilor@att.net>
* Add strace 5.xAlexey Neyman2019-10-018-0/+16
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add musl 1.1.23Alexey Neyman2019-10-012-0/+4
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add Linux versionsAlexey Neyman2019-10-0129-56/+88
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add libiconv 1.16Alexey Neyman2019-10-012-0/+4
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add gettext 0.20.1Alexey Neyman2019-10-016-1/+37
| | | | | | | | | | | | Two patches from 0.18.8.1 were dropped: - one changing the declaration of environ is no longer needed, the corresponding files no longer have this declaration - one with Woe32 fixes for -O0 may need to be re-added but only after I find what configuration breaks without it; gettext sources overwent a massive restructuring so this patch should not be applied without testing. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add GDB 8.3.1Alexey Neyman2019-10-017-0/+175
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Upgrade expat 2.2.6 to 2.2.8Alexey Neyman2019-10-013-4/+4
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add dtc 1.5.1Alexey Neyman2019-10-012-0/+8
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add bison 3.4.2Alexey Neyman2019-10-012-0/+8
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #1192 from nolange/add_isl_021Alexey Neyman2019-10-013-12/+24
|\ | | | | Add isl 021
| * Add isl 0.21Norbert Lange2019-05-072-0/+12
| | | | | | | | Signed-off-by: Norbert Lange <nolange79@gmail.com>
| * Fix isl 0.20 checksumsNorbert Lange2019-05-071-12/+12
| | | | | | | | Signed-off-by: Norbert Lange <nolange79@gmail.com>
* | Merge pull request #1229 from imphil/zlib-other-mirrorAlexey Neyman2019-10-011-1/+1
|\ \ | | | | | | zlib: Provide other mirror
| * | zlib: Provide other mirrorPhilipp Wagner2019-09-031-1/+1
| |/ | | | | | | | | | | | | Currently, SourceForge is down and downloads give a 500 error. That's not overly uncommon (even less often the case these days). Fortunately, zlib provides another mirror on their homepage, add that as option to the package description. (https://www.zlib.net/)
* | Merge pull request #1223 from egtvedt/add-gcc-9.2.0Alexey Neyman2019-09-3021-0/+1390
|\ \ | | | | | | Update to gcc 9.2.0
| * | Update to gcc 9.2.0Hans-Christian Noren Egtvedt2019-08-1521-0/+1390
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forward ported patches from GCC 8.3.0 to 9.2.0, refreshed to match current sources. In patch 0012-crystax.patch, removed changing sysv4.h header file for rs6000, since it no longer defines LINK_EH_SPEC. Removed the following patches because they are part of upstream: - 0018-ARC-Add-multilib-support-for-linux-targets.patch - 0020-ARM-fix-cmse.patch - 0021-arm-Make-arm_cmse.h-C99-compatible.patch - 0022-ARC-Update-fma-expansions.patch Renamed 0019-isl-0.20.patch => 0018-isl-0.20.patch. Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
* | Merge pull request #1233 from cpackham/fixup-arc-patchAlexey Neyman2019-09-301-8/+8
|\ \ | | | | | | glibc: arc: Don't interfere with other architectures
| * | glibc: arc: Don't interfere with other architecturesChris Packham2019-09-051-8/+8
| |/ | | | | | | | | | | | | | | | | | | | | Fixes: #1227 Adjust the ARC patch so that it only sets with_fp_cond when the machine is arc. https://github.com/foss-for-synopsys-dwc-arc-processors/glibc/issues/7 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* | glibc-2.30: Re-add ARC supportAlexey Brodkin2019-09-061-0/+7832
| | | | | | | | | | | | | | | | | | | | | | So again due to non-technical reasons (lack of public documentation of ARC instruction set which we actively work on but no yet published) we missed upstream 2.30 release. Still the code is there, we regularly run full test-suite and are confident in port's quality and robustness. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* | Add glibc 2.30Chris Packham2019-09-054-1/+31
|/ | | | | | | | | Add the GNU C Library version 2.30. Bring forward the typedef-caddr.patch. Skip the ARC patch for now. https://sourceware.org/ml/libc-alpha/2019-08/msg00029.html Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Merge pull request #1189 from dimkr/musl-1.1.22Alexey Neyman2019-05-042-0/+4
|\ | | | | Add musl 1.1.22
| * Add musl 1.1.22Dima Krasner2019-05-022-0/+4
| | | | | | | | Signed-off-by: Dima Krasner <dima@dimakrasner.com>
* | package/gcc: Fix Glibc compilation for ARC with -mcpu= hs38_linuxAlexey Brodkin2019-04-171-0/+71
| | | | | | | | | | | | | | | | | | Back-port of upstream fix: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=5664ecf49828edb20f53937ab2e417ba173fc903 Fixes: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90103 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>