aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cpackham-ci-status' into masterChris Packham2020-09-061-0/+3
|\
| * Merge branch 'ci-status' of https://github.com/cpackham/crosstool-ng into ↵Chris Packham2020-09-061-0/+3
|/| | | | | | | cpackham-ci-status
| * README.md: Add build status badgeChris Packham2020-08-261-0/+3
| | | | | | | | Signed-off-by: Chris Packham <judge.packham@gmail.com>
* | Merge branch 'pradghos-BR1_zlinux_cross_comp' into masterChris Packham2020-09-068-9/+22
|\ \
| * | Merge branch 'BR1_zlinux_cross_comp' of ↵Chris Packham2020-09-068-9/+22
|/| | | | | | | | | | | git://github.com/pradghos/crosstool-ng into pradghos-BR1_zlinux_cross_comp
| * | Adding new samples s390x/s390-unknown-linux-gnuPradipta Ghosh2020-08-278-9/+22
| | | | | | | | | | | | | | | | | | | | | - s390x/s390 is allowed to pair with other vendor name. - new samples are being added to use this flexibility. - Fix space issue
* | | Merge branch 'jubalh-unused' into masterChris Packham2020-09-061-2/+1
|\ \ \
| * | | Merge branch 'unused' of git://github.com/jubalh/crosstool-ng into jubalh-unusedChris Packham2020-09-061-2/+1
|/| | |
| * | | Remove unused variables in bootstrapMichael Vetter2020-08-211-2/+1
| |/ / | | | | | | | | | cmp, u1, u2 seem not to be used at all.
* | | Merge branch 'dimkr-musl-update' into masterChris Packham2020-09-062-0/+4
|\ \ \
| * | | Merge branch 'musl-update' of git://github.com/dimkr/crosstool-ng into ↵Chris Packham2020-09-062-0/+4
|/| | | | | | | | | | | | | | | dimkr-musl-update
| * | | Add musl 1.2.1Dima Krasner2020-08-202-0/+4
| |/ / | | | | | | | | | Signed-off-by: Dima Krasner <dima@dimakrasner.com>
* | | Merge branch 'keith-packard-picolibc' into masterChris Packham2020-09-0610-0/+308
|\ \ \
| * | | Merge branch 'picolibc' of git://github.com/keith-packard/crosstool-ng into ↵Chris Packham2020-09-0610-0/+308
|/| | | | | | | | | | | | | | | keith-packard-picolibc
| * | | Add picolibc support [v2]Keith Packard2020-09-0110-0/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for using picolibc instead of newlib on embedded systems. Signed-off-by: Keith Packard <keithp@keithp.com> v2: Add check for meson and ninja Sync option default values with current picolibc defaults Remove xtensa sys header file install as those aren't in picolibc
* | | | Merge branch 'cpackham-powerpc64-glibc-2.32' into masterChris Packham2020-09-062-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | glibc: Don't build with -Werror for powerpc64+glibc-2.32Chris Packham2020-09-032-1/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building powerpc64+glibc-2.32 we see the following error: [ALL ] In file included from ../sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c:26, [ALL ] from ../sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c:18: [ALL ] ../string/wordcopy.c: In function '_wordcopy_fwd_aligned': [ERROR] ../string/wordcopy.c:98:26: error: 'a1' may be used uninitialized in this function [-Werror=maybe-uninitialized] [ALL ] 98 | ((op_t *) dstp)[0] = a1; [ALL ] | ~~~~~~~~~~~~~~~~~~~^~~~ [ALL ] In file included from ../sysdeps/powerpc/powerpc64/power4/../../powerpc32/power4/memcopy.h:38, [ALL ] from ../sysdeps/powerpc/powerpc64/power4/memcopy.h:1, [ALL ] from ../string/wordcopy.c:23, [ALL ] from ../sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c:26, [ALL ] from ../sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c:18: [ALL ] ../string/wordcopy.c: In function '_wordcopy_fwd_dest_aligned': [ERROR] ../sysdeps/generic/memcopy.h:72:61: error: 'a3' may be used uninitialized in this function [-Werror=maybe-uninitialized] [ALL ] 72 | #define MERGE(w0, sh_1, w1, sh_2) (((w0) << (sh_1)) | ((w1) >> (sh_2))) [ALL ] | ^~ This seems to only trigger for powerpc64. Other architectures build cleanly. For now avoid specifying -Werror for powerpc64+glibc-2.32. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* | | Merge pull request #1371 from egtvedt/add-glibc-2.32Chris Packham2020-08-303-0/+30
|\ \ \ | | | | | | | | Add support for glibc 2.32
| * | | Add support for glibc 2.32Hans-Christian Noren Egtvedt2020-08-143-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>
* | | Merge pull request #1366 from antmak/bugfix/zlib_macos_patchChris Packham2020-08-302-1/+35
|\ \ \ | | | | | | | | zlib-1.2.11: Add a patch to cross-compile for macos
| * | | crosstool-NG: Fix libtool for mangled tuples as all other cross-toolsAnton Maklakov2020-08-031-1/+1
| | | |
| * | | zlib-1.2.11: Add a patch to cross-compile for macosAnton Maklakov2020-08-031-0/+34
| |/ /
* | | Merge pull request #1361 from mjsir911/cdpathChris Packham2020-08-301-0/+3
|\ \ \ | | | | | | | | Unset CDPATH for duration of bootstrap script
| * | | Unset CDPATH for duration of bootstrap scriptMarco Sirabella2020-07-101-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
* | | Merge pull request #1347 from stephanosio/fix_gdb_static_libstdcxxChris Packham2020-08-301-2/+3
|\ \ \ | | | | | | | | Fix CT_GDB_NATIVE_STATIC_LIBSTDCXX
| * | | Enable static libgcc when CT_GDB_NATIVE_STATIC_LIBSTDCXX is setStephanos Ioannidis2020-05-261-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>
| * | | Fix CT_GDB_NATIVE_STATIC_LIBSTDCXX referenceStephanos Ioannidis2020-05-261-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>
* | | Merge pull request #1368 from egtvedt/add-gcc-9.3-and-10.2-binutils-2.35Chris Packham2020-08-3059-23/+2869
|\ \ \ | |_|/ |/| | Add gcc 9.3 and 10.2, and binutils 2.35
| * | Add support for binutils 2.35Hans-Christian Noren Egtvedt2020-08-2711-0/+622
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forward ported patches from binutils 2.34, refreshed to match current sources. Patch 0008-poison-system-directories.patch did not apply clean and had minor adjustments to fit new binutils 2.35 release. Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
| * | Add support for GCC 10.2.0Hans-Christian Noren Egtvedt2020-08-2721-0/+1392
| | | | | | | | | | | | | | | | | | | | | | | | | | | Forward ported patches from GCC 9.x, refreshed to match current sources. Patch 0010-crystax.patch did not apply clean and had minor adjustments to fit new GCC 10.2.0 release. Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
| * | Update to GCC 9.x to latest release 9.3.0Hans-Christian Noren Egtvedt2020-08-2722-23/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forward ported patches from GCC 9.2.0 to 9.3.0, refreshed to match current sources. Patch 0010-crystax.patch did not apply clean and had minor adjustments to fit new GCC 9.3.0 release. Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
| * | Patch glibc to support building with GCC 10 based toolchainsHans-Christian Noren Egtvedt2020-08-275-0/+830
|/ /
* | 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>