aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * gcc 7.2.0: fix 972-crystax.patch offsetsSergey Korolev2017-11-271-18/+18
| |
| * gcc 7.2.0: fix 970-crystax.patch offsetsSergey Korolev2017-11-271-35/+33
| |
| * gcc 7.2.0: fix 952-bionic-errno.patch offsetsSergey Korolev2017-11-271-1/+1
| |
| * gcc 7.2.0: fix 891-fix-m68k-uclinux.patch offsetsSergey Korolev2017-11-271-1/+1
| |
| * gcc 7.2.0: fix 860-cilk-wchar.patch offsetsSergey Korolev2017-11-271-4/+4
| |
| * gcc 7.2.0: fix 810-arm-softfloat-libgcc.patch offsetsSergey Korolev2017-11-271-1/+1
| |
| * gcc 7.2.0: fix ↵Sergey Korolev2017-11-271-6/+6
| | | | | | | | 370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch offsets
* | Merge pull request #868 from frantony/riscvAlexey Neyman2017-11-194-0/+23
|\ \ | | | | | | add RISC-V architecture support
| * | add a bare metal RISC-V sampleAntony Pavlov2017-11-192-0/+8
| | | | | | | | | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
| * | add RISC-V architecture supportAntony Pavlov2017-11-192-0/+15
|/ / | | | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
* | Merge pull request #863 from ksergeyv/masterAlexey Neyman2017-11-121-6/+5
|\| | | | | showSamples.sh: update outdated variables
| * showSamples.sh: fix description of a selected tool setSergey Korolev2017-11-121-5/+4
| | | | | | | | Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
| * showSamples.sh: fix uClibc-ng detectionSergey Korolev2017-11-121-1/+1
| | | | | | | | Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
* | Merge pull request #862 from ksergeyv/masterAlexey Neyman2017-11-111-2/+2
|\| | | | | use ${CT_${cc}_VERSION} to show a compiler version
| * use ${CT_${cc}_VERSION} to show a compiler versionSergey Korolev2017-11-111-2/+2
|/ | | | Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
* Merge pull request #855 from stilor/issue-770Alexey Neyman2017-11-041-39/+228
|\ | | | | Include Makefile.in in gettext 0.19.8.1 patch
| * Include Makefile.in in gettext 0.19.8.1 patchAlexey Neyman2017-11-041-39/+228
|/ | | | | | | | Otherwise, make tries to rebuild it and fails. Fixes #770. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #850 from stilor/upgradesAlexey Neyman2017-10-2377-709/+76
|\ | | | | Upgrades: gcc 5.5, gdb 8.0.1, musl 1.1.17, Linux
| * Upgrades: gcc 5.5, gdb 8.0.1, musl 1.1.17, LinuxAlexey Neyman2017-10-2377-709/+76
|/ | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #847 from stilor/masterAlexey Neyman2017-10-201-1/+5
|\ | | | | When handling overlay, move rather than symlink
| * When handling overlay, move rather than symlinkAlexey Neyman2017-10-201-1/+5
|/ | | | | | | | ... as 'tar' does not follow symlink, rather creating a new directory instead. Fixes #846. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #841 from bhundven/update_binutils_2_29_1Alexey Neyman2017-10-0512-12/+16
|\ | | | | [binutils] Add 2.29.1
| * [binutils] remove 2.29Bryan Hundven2017-10-0511-624/+0
| | | | | | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * [binutils] Add 2.29.1Bryan Hundven2017-10-0511-0/+628
|/ | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #839 from stilor/glibc-local-build-failAlexey Neyman2017-10-011-21/+18
|\ | | | | Do not change {pkg}_VERSION
| * Do not change {pkg}_VERSIONAlexey Neyman2017-10-011-21/+18
|/ | | | | | | | Instead, use new variable ${pkg_dir} to locate auxiliary files. Fixes #838. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #837 from stilor/download-verifyAlexey Neyman2017-09-30254-66/+1934
|\ | | | | Verification of the downloads
| * Add -D__GLIBC__ to target CFLAGSAlexey Neyman2017-09-307-17/+45
| | | | | | | | | | | | | | | | ... when using musl to compile strace. Also, honor CT_TARGET_CFLAGS in scripts compiling target libs/binaries. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Strace 4.19 needs a patch for uClibcAlexey Neyman2017-09-301-0/+34
| | | | | | | | | | | | Taken from upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
| * expat 2.2.4 dropped INSTALL_ROOTAlexey Neyman2017-09-291-1/+1
| | | | | | | | | | | | ... in favor of its alias, DESTDIR. Before, it supported both. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Add digests for all packagesAlexey Neyman2017-09-29209-12/+1578
| | | | | | | | | | | | | | Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Upgrade expat, mpfr, newlib, strace, linuxAlexey Neyman2017-09-2714-0/+0
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Add an ability to download signatures from test-packages.shAlexey Neyman2017-09-271-0/+8
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Add an ability to verify the digest/signatureAlexey Neyman2017-09-2727-48/+280
|/ | | | | | Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #834 from stilor/xtensa-fix-linaroAlexey Neyman2017-09-2364-973/+167
|\ | | | | Xtensa fix for Linaro releases
| * Update gcc-linaro to 2017.08Alexey Neyman2017-09-1661-973/+12
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Propagate xtensa fix to Linaro versionsAlexey Neyman2017-09-165-0/+155
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #784 from bmwiedemann/dateAlexey Neyman2017-09-182-4/+8
|\ \ | |/ |/| Allow for reproducible builds
| * use gzip -nBernhard M. Wiedemann2017-07-211-1/+1
| | | | | | | | | | to not record timestamps in .gz file headers to make build reproducible
| * Allow to override build dateBernhard M. Wiedemann2017-07-211-3/+7
| | | | | | | | | | | | | | | | | | in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. This date call is designed to work with both GNU date and BSD date.
* | Merge pull request #832 from jcmvbkbc/xtensa-fix-pr82181Alexey Neyman2017-09-125-0/+155
|\ \ | | | | | | package/gcc: fix ICE on xtensa, PR target/82181
| * | package/gcc: fix ICE on xtensa, PR target/82181Max Filippov2017-09-125-0/+155
|/ / | | | | | | | | | | | | | | | | | | | | | | Memory references to DI mode objects could incorrectly be created at offsets that are not supported by instructions l32i/s32i, resulting in ICE at a stage when access to the object is split into access to its subwords: drivers/staging/rtl8188eu/core/rtw_ap.c:445:1: internal compiler error: in change_address_1, at emit-rtl.c:2126 Fixes: https://lkml.org/lkml/2017/9/10/151 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* | Merge pull request #827 from stilor/endianness-selectableAlexey Neyman2017-09-051-1/+1
|\ \ | | | | | | Doh, forgot one place to rename the BOTH_ENDIAN option
| * | Doh, forgot one place to rename the BOTH_ENDIAN optionAlexey Neyman2017-09-051-1/+1
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #824 from stilor/testpkgAlexey Neyman2017-09-041-2/+2
|\ \ | | | | | | Allow test-package.sh to be used in a clean tree
| * | Allow test-package.sh to be used in a clean treeAlexey Neyman2017-09-041-2/+2
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #823 from stilor/sh-experiment-multilibAlexey Neyman2017-09-0328-107/+470
|\ \ | | | | | | Better SuperH multilib support (different endian, glibc/uClibc for no-FPU, etc)
| * | Use the new SuperH fixes in the two multilib samplesAlexey Neyman2017-09-0312-22/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Glibc configure args and tuple need adjustment on SuperH - Only allow "both endian" and "with CPU" for unspecified arch variant. May reconsider endianness (was breaking things before adjusting glibc tuple) - Retire non-multilib sample, it should be a subset of the multilib one now. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Workaround for static uClibc-ng issue with -lpthreadAlexey Neyman2017-09-035-39/+75
| | | | | | | | | | | | | | | | | | Also, preserve .config when running test-package.sh. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Pick up uClibc-ng fixes for static GDB buildAlexey Neyman2017-09-032-0/+128
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>