aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1246 from nikkon-dev/spaun2002/add_glibc_2_19_patchChris Packham2020-08-265-0/+245
|\ | | | | Add powerpc asm fix for glibc 2.19
| * Add power6 patch to all the glibc versions that need itspaun20022020-07-074-0/+196
| |
| * Add powerpc asm fix for glibc 2.19Nikita Konyuchenko2020-07-071-0/+49
| | | | | | | | | | | | Integration of the https://patchwork.ozlabs.org/patch/686205/ fix by Joseph Myersk Signed-off-by: spaun2002 <spaun2002mobile@gmail.com>
* | Merge pull request #1377 from cpackham/masterChris Packham2020-08-261-0/+79
|\ \ | | | | | | CI: Use github actions for continous integration
| * | CI: Build ct-ng onceChris Packham2020-08-241-14/+37
| | | | | | | | | | | | | | | | | | Build ct-ng once and use the result to build the toolchains. Signed-off-by: Chris Packham <judge.packham@gmail.com>
| * | CI: upload build logs as artifactsChris Packham2020-08-241-0/+14
| | | | | | | | | | | | | | | | | | | | | Upload the config.log from building ct-ng as well as build.log and .config from the toolchain builds. Signed-off-by: Chris Packham <judge.packham@gmail.com>
| * | CI: Only install packages not already presentChris Packham2020-08-241-4/+1
| | | | | | | | | | | | | | | | | | | | | The GitHub runners have most of the required packages installed already. Only install the 3 extra that we need for ct-ng. Signed-off-by: Chris Packham <judge.packham@gmail.com>
| * | CI: Create continuous-integration-workflow.ymlChris Packham2020-08-241-0/+45
|/ / | | | | | | | | | | | | | | | | | | | | | | Create a continuous integration workflow that builds a few sample configurations. Future improvements would be to have a single job that builds ct-ng and shares the artifacts with the matrix jobs for building the individual toolchains. It would also be a good idea to fetch and cache the various source tarballs. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* | Merge pull request #1362 from cpackham/patch-1Chris Packham2020-08-231-1/+1
|\ \ | | | | | | glibc: Fix typo in package.desc
| * | glibc: Fix typo in package.descChris Packham2020-07-121-1/+1
| |/ | | | | Simple typo fix
* | Merge pull request #1356 from ndusart/gold-gcc-10Chris Packham2020-08-2310-0/+260
|\ \ | | | | | | fix missing include of string in binutils older than 2.33
| * | fix missing include of string in binutils older than 2.33Nicolas Dusart2020-06-1710-0/+260
| |/ | | | | | | Signed-off-by: Nicolas Dusart <nicolas@freedelity.be>
* | Merge pull request #1352 from jakublabenski/masterChris Packham2020-08-2310-10/+135
|\ \ | | | | | | Allow glibc 2.12 - 2.20 to work with GCC 10+
| * | Allow glibc 2.12 - 2.20 to work with GCC 10+Jakub Labenski2020-06-0810-10/+135
| |/
* | Merge pull request #1331 from cpackham/gcc-8.4.0-fixChris Packham2020-08-2323-0/+0
|\ \ | | | | | | gcc: Remove nested 8.3.0 directory
| * | gcc: Remove nested 8.3.0 directoryChris Packham2020-05-0123-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>
* | Merge pull request #1295 from cpackham/rsyncChris Packham2020-08-238-8/+8
|\ \ | | | | | | Add rsync dependency
| * | Add rsync dependencyChris Packham2020-06-098-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>
* | Merge pull request #1220 from claymation/patch-1Chris Packham2020-08-231-0/+17
|\ \ | | | | | | Fix native gdb aarch64 musl build
| * | Fix native gdb aarch64 musl buildClay McClure2019-07-301-0/+17
| | | | | | | | | Apply the patch from https://patchwork.openembedded.org/patch/161442/, which explains why gdb should include <signal.h> instead of <asm/sigcontext.h>.
* | | Merge pull request #1242 from cpackham/mips64Chris Packham2020-08-232-0/+10
|\ \ \ | | | | | | | | samples: Add a mips64 big-endian config
| * | | samples: Add a mips64 big-endian configChris Packham2019-09-112-0/+10
| |/ / | | | | | | | | | Signed-off-by: Chris Packham <judge.packham@gmail.com>
* | | Merge pull request #1256 from nolange/fix_bootstrapChris Packham2020-08-231-2/+2
|\ \ \ | | | | | | | | Fix bootstrap
| * | | fix bootstrap for old autoconf versionsNorbert Lange2019-10-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | atleast debian wheezy is affected Signed-off-by: Norbert Lange <nolange79@gmail.com>
* | | | Merge pull request #1230 from imphil/expat-non-sf-download-linkChris Packham2020-08-231-1/+1
|\ \ \ \ | | | | | | | | | | Expat: Provide a non-sourceforge download link
| * | | | Expat: Provide a non-sourceforge download linkPhilipp Wagner2020-05-041-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.
* | | | Merge pull request #1200 from bverhagen/masterChris Packham2020-08-231-1/+1
|\ \ \ \ | | | | | | | | | | Removed http://www.mr511.de/software mirror from libelf package description
| * | | | Removed http://www.mr511.de/software mirror from libelf package description, ↵Bart Verhagen2019-06-051-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | as it no longer hosts the source file Resolves #1199 Signed-off-by: Bart Verhagen <barrie.verhagen@gmail.com>
* | | | Merge pull request #1198 from westermo/wmo/1.24.0Chris Packham2020-08-231-1/+1
|\ \ \ \ | |_|/ / |/| | | Allow GNU gettext v0.19.7, which is in Ubuntu 16.04 LTS
| * | | Allow GNU gettext v0.19.7, which is in Ubuntu 16.04 LTSJoachim Nilsson2019-05-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* | | | Merge pull request #1319 from cpackham/gcc-8.4.0Bryan Hundven2020-04-2226-8/+8
|\ \ \ \ | | | | | | | | | | Update to gcc 8.4.0
| * | | | Update to gcc 8.4.0Chris Packham2020-03-1826-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gcc.gnu.org/legacy-ml/gcc/2020-03/msg00042.html Signed-off-by: Chris Packham <judge.packham@gmail.com>
* | | | | Merge pull request #1326 from nayabbashasayed/masterBryan Hundven2020-04-032-36/+12
|\ \ \ \ \ | | | | | | | | | | | | uClibc-ng-1.0.33 latest chksum updated. Patch not required.
| * | | | | uClibc-ng-1.0.33.tar.lz removed chksum as the package size 0 bytes.Nayab Basha Sayed2020-04-041-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nayab Basha Sayed <basha@nayab.xyz>
| * | | | | uClibc-ng-1.0.33 latest chksum updated. Patch not required.Nayab Basha Sayed2020-04-042-36/+16
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nayab Basha Sayed <basha@nayab.xyz>
* | | | | Merge pull request #1321 from stilor/masterAlexey Neyman2020-03-183-1/+14
|\ \ \ \ \ | |/ / / / |/| | | | Expat 2.2.9 now has XZ/LZ/GZ archives
| * | | | Expat 2.2.9 now has XZ/LZ/GZ archivesAlexey Neyman2020-03-183-1/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | | | | Merge pull request #1318 from stilor/masterAlexey Neyman2020-03-171-1/+1
|\| | | | | | | | | | | | | | GLIBC 2.28 milestone has a dependency
| * | | | GLIBC 2.28 milestone has a dependencyAlexey Neyman2020-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... but no definition after af2f3ac9c. Signed-off-by: Alexey Neyman <stilor@att.net>
* | | | | Merge pull request #1317 from stilor/masterAlexey Neyman2020-03-171-0/+4
|\| | | | | | | | | | | | | | Make rpmbuild happy with our unreleased versions
| * | | | Make rpmbuild happy with our unreleased versionsAlexey Neyman2020-03-171-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | | | | Merge pull request #1316 from stilor/allow-env-overrideAlexey Neyman2020-03-161-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Allow environment override of USE_GPG/DIGESTS
| * | | | | Allow environment override of USE_GPG/DIGESTSAlexey Neyman2020-03-161-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>
* | | | | Merge pull request #1311 from stilor/more-fixes-after-upgradesAlexey Neyman2020-03-045-18/+57
|\ \ \ \ \ | |/ / / / |/| | | | More fixes after upgrades
| * | | | Disallow PPS SPE ABIAlexey Neyman2020-03-042-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with GCC 9+ and GLIBC 2.30+, they no longer support it. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | | Add --with-cpu= on 32-bit SPARCAlexey Neyman2020-03-032-17/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... if building for GLIBC 2.31+. 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>
* | | | Merge pull request #1309 from stilor/upgradesAlexey Neyman2020-02-2676-77/+9899
|\ \ \ \ | | | | | | | | | | Upgrades
| * | | | Set --with-cpu-{32,64} for multilib buildsAlexey Neyman2020-02-267-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>
| * | | | Update ARC patch to glibc 2.31Alexey Neyman2020-02-261-168/+863
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build-tested only. Signed-off-by: Alexey Neyman <stilor@att.net>