summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-23Merge pull request #1362 from cpackham/patch-1Chris Packham1-1/+1
glibc: Fix typo in package.desc
2020-08-23Merge pull request #1356 from ndusart/gold-gcc-10Chris Packham10-0/+260
fix missing include of string in binutils older than 2.33
2020-08-23Merge pull request #1352 from jakublabenski/masterChris Packham10-10/+135
Allow glibc 2.12 - 2.20 to work with GCC 10+
2020-08-23Merge pull request #1331 from cpackham/gcc-8.4.0-fixChris Packham23-0/+0
gcc: Remove nested 8.3.0 directory
2020-08-23Merge pull request #1295 from cpackham/rsyncChris Packham8-8/+8
Add rsync dependency
2020-08-23Merge pull request #1220 from claymation/patch-1Chris Packham1-0/+17
Fix native gdb aarch64 musl build
2020-08-23Merge pull request #1242 from cpackham/mips64Chris Packham2-0/+10
samples: Add a mips64 big-endian config
2020-08-23Merge pull request #1256 from nolange/fix_bootstrapChris Packham1-2/+2
Fix bootstrap
2020-08-23Merge pull request #1230 from imphil/expat-non-sf-download-linkChris Packham1-1/+1
Expat: Provide a non-sourceforge download link
2020-08-23Merge pull request #1200 from bverhagen/masterChris Packham1-1/+1
Removed http://www.mr511.de/software mirror from libelf package description
2020-08-23Merge pull request #1198 from westermo/wmo/1.24.0Chris Packham1-1/+1
Allow GNU gettext v0.19.7, which is in Ubuntu 16.04 LTS
2020-08-21Remove unused variables in bootstrapMichael Vetter1-2/+1
cmp, u1, u2 seem not to be used at all.
2020-08-20Add musl 1.2.1Dima Krasner2-0/+4
Signed-off-by: Dima Krasner <dima@dimakrasner.com>
2020-08-14Add support for glibc 2.32Hans-Christian Noren Egtvedt3-0/+30
Forward ported 0000-typedef-caddr.patch from previous release (2.31). Dropped the 0001-Add-ARC-architecture.patch file, since ARC support is included in glibc release 2.32. Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
2020-08-03crosstool-NG: Fix libtool for mangled tuples as all other cross-toolsAnton Maklakov1-1/+1
2020-08-03zlib-1.2.11: Add a patch to cross-compile for macosAnton Maklakov1-0/+34
2020-07-12glibc: Fix typo in package.descChris Packham1-1/+1
Simple typo fix
2020-07-10Unset CDPATH for duration of bootstrap scriptMarco Sirabella1-0/+3
CDPATH causes the `cd` command to output the directory it's going into sometimes. This actually fixes #849, I got bit by this
2020-07-07Add power6 patch to all the glibc versions that need itspaun20024-0/+196
2020-07-07Add powerpc asm fix for glibc 2.19Nikita Konyuchenko1-0/+49
Integration of the https://patchwork.ozlabs.org/patch/686205/ fix by Joseph Myersk Signed-off-by: spaun2002 <spaun2002mobile@gmail.com>
2020-06-17fix missing include of string in binutils older than 2.33Nicolas Dusart10-0/+260
Signed-off-by: Nicolas Dusart <nicolas@freedelity.be>
2020-06-09Add rsync dependencyChris Packham8-8/+8
Recent Linux kernels (5.3 and newer) use rsync to copy headers around. Add the rsync package to the list of dependencies. Signed-off-by: Chris Packham <judge.packham@gmail.com>
2020-06-08Allow glibc 2.12 - 2.20 to work with GCC 10+Jakub Labenski10-10/+135
2020-05-26Enable static libgcc when CT_GDB_NATIVE_STATIC_LIBSTDCXX is setStephanos Ioannidis1-0/+1
This commit updates the GDB build script to specify `-static-libgcc` when `CT_GDB_NATIVE_STATIC_LIBSTDCXX` is enabled. Both libgcc and libstdc++ are considered to be part of the "standard libraries," and should be specified by the same flag (the configuration symbol could potentially use a better name and/or further indirection). This also semantically aligns the `CT_GDB_NATIVE_STATIC_LIBSTDCXX` with the equivalent GCC configuration `CT_CC_GCC_STATIC_LIBSTDCXX`, which also enables static linking of both libgcc and libstdc++. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-05-26Fix CT_GDB_NATIVE_STATIC_LIBSTDCXX referenceStephanos Ioannidis1-2/+2
This commit fixes an incorrect reference to the configuration `CT_GDB_NATIVE_STATIC_LIBSTDCXX` in the GDB build script. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-05-21Experimental: Add support for the Texas Instruments C6X (TMS320C6000 series) ↵Dan Tejada4-1/+167
DSPs -- c6x: Add support for c6x product families to pass on to uClibC-ng -- c6x: Fix multilib support -- c6x: Add patch fix internal instruction error (GCC 57295) Signed-off-by: Dan Tejada <dan.tejada@cantada.com>
2020-05-04Expat: Provide a non-sourceforge download linkPhilipp Wagner1-1/+1
The same binaries are now hosted on GitHub releases (and looking at the homepage, that's the only download location they are offering). Use that mirror at least as an option.
2020-05-01gcc: Remove nested 8.3.0 directoryChris Packham23-0/+0
When GCC was updated to 8.4.0 the patches were moved incorrectly. Fix this now so that they will be picked up. Fixes: commit 31ca84ac ("Update to gcc 8.4.0") Signed-off-by: Chris Packham <judge.packham@gmail.com>
2020-04-23Merge pull request #1319 from cpackham/gcc-8.4.0Bryan Hundven26-8/+8
Update to gcc 8.4.0
2020-04-03Merge pull request #1326 from nayabbashasayed/masterBryan Hundven2-36/+12
uClibc-ng-1.0.33 latest chksum updated. Patch not required.
2020-04-03uClibc-ng-1.0.33.tar.lz removed chksum as the package size 0 bytes.Nayab Basha Sayed1-4/+0
Signed-off-by: Nayab Basha Sayed <basha@nayab.xyz>
2020-04-03uClibc-ng-1.0.33 latest chksum updated. Patch not required.Nayab Basha Sayed2-36/+16
Signed-off-by: Nayab Basha Sayed <basha@nayab.xyz>
2020-03-18Merge pull request #1321 from stilor/masterAlexey Neyman3-1/+14
Expat 2.2.9 now has XZ/LZ/GZ archives
2020-03-18Expat 2.2.9 now has XZ/LZ/GZ archivesAlexey Neyman3-1/+14
Signed-off-by: Alexey Neyman <stilor@att.net>
2020-03-18Update to gcc 8.4.0Chris Packham26-8/+8
https://gcc.gnu.org/legacy-ml/gcc/2020-03/msg00042.html Signed-off-by: Chris Packham <judge.packham@gmail.com>
2020-03-17Merge pull request #1318 from stilor/masterAlexey Neyman1-1/+1
GLIBC 2.28 milestone has a dependency
2020-03-17GLIBC 2.28 milestone has a dependencyAlexey Neyman1-1/+1
... but no definition after af2f3ac9c. Signed-off-by: Alexey Neyman <stilor@att.net>
2020-03-17Merge pull request #1317 from stilor/masterAlexey Neyman1-0/+4
Make rpmbuild happy with our unreleased versions
2020-03-17Make rpmbuild happy with our unreleased versionsAlexey Neyman1-0/+4
Signed-off-by: Alexey Neyman <stilor@att.net>
2020-03-17Merge pull request #1316 from stilor/allow-env-overrideAlexey Neyman1-2/+2
Allow environment override of USE_GPG/DIGESTS
2020-03-17Allow environment override of USE_GPG/DIGESTSAlexey Neyman1-2/+2
... because if it is invoked via create-release.sh, it it not possible to pass the variables to make otherwise. Signed-off-by: Alexey Neyman <stilor@att.net>
2020-03-04Merge pull request #1311 from stilor/more-fixes-after-upgradesAlexey Neyman5-18/+57
More fixes after upgrades
2020-03-04Disallow PPS SPE ABIAlexey Neyman2-1/+5
with GCC 9+ and GLIBC 2.30+, they no longer support it. Signed-off-by: Alexey Neyman <stilor@att.net>
2020-03-04Add --with-cpu= on 32-bit SPARCAlexey Neyman2-17/+32
... if building for GLIBC 2.31+. Signed-off-by: Alexey Neyman <stilor@att.net>
2020-03-04Fix upstream for undeclared PAGE_SHIFTAlexey Neyman1-0/+20
Signed-off-by: Alexey Neyman <stilor@att.net>
2020-02-26Merge pull request #1309 from stilor/upgradesAlexey Neyman76-77/+9899
Upgrades
2020-02-26Set --with-cpu-{32,64} for multilib buildsAlexey Neyman7-13/+47
GLIBC 2.31 needs --with-cpu=ultrasparc for both 32/64-bits now, and --with-cpu only sets the CPU model for the "primary" bitness. Signed-off-by: Alexey Neyman <stilor@att.net>
2020-02-26Update ARC patch to glibc 2.31Alexey Neyman1-168/+863
Build-tested only. Signed-off-by: Alexey Neyman <stilor@att.net>
2020-02-26elf2flt: handle binutils 2.34 APIAlexey Neyman1-0/+447
temporary patch, PR pending upstream Signed-off-by: Alexey Neyman <stilor@att.net>
2020-02-26New Linux versionsAlexey Neyman20-48/+56
Signed-off-by: Alexey Neyman <stilor@att.net>