summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-30Make comp.libs use generated templates, tooAlexey Neyman54-272/+236
This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-11-20Align script names with the ct-ng commandsAlexey Neyman4-6/+6
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-11-20showConfig.sh no longer has anything substitutedAlexey Neyman3-4/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-11-20Retire wiki-printerAlexey Neyman2-139/+39
It is not used anymore and is currently broken. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-11-20A few fixes for showSamplesAlexey Neyman5-86/+61
- Use fork's name, not the master package name - Allow to use a choice selector when printing a package - Consider complibs always present (they are, gcc does require gmp/...) Signed-off-by: Alexey Neyman <stilor@att.net>
2017-11-20scripts/showSamples.sh: support custom package versionsSergey Korolev1-31/+40
Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
2017-11-20scripts/functions: add CT_GetPkgBuildVersionSergey Korolev1-0/+22
This allows to get a configured custom version of a package. Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
2017-11-20Merge pull request #868 from frantony/riscvAlexey Neyman4-0/+23
add RISC-V architecture support
2017-11-19add a bare metal RISC-V sampleAntony Pavlov2-0/+8
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
2017-11-19add RISC-V architecture supportAntony Pavlov2-0/+15
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
2017-11-12Merge pull request #863 from ksergeyv/masterAlexey Neyman1-6/+5
showSamples.sh: update outdated variables
2017-11-12showSamples.sh: fix description of a selected tool setSergey Korolev1-5/+4
Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
2017-11-12showSamples.sh: fix uClibc-ng detectionSergey Korolev1-1/+1
Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
2017-11-11Merge pull request #862 from ksergeyv/masterAlexey Neyman1-2/+2
use ${CT_${cc}_VERSION} to show a compiler version
2017-11-11use ${CT_${cc}_VERSION} to show a compiler versionSergey Korolev1-2/+2
Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
2017-11-04Merge pull request #855 from stilor/issue-770Alexey Neyman1-39/+228
Include Makefile.in in gettext 0.19.8.1 patch
2017-11-04Include Makefile.in in gettext 0.19.8.1 patchAlexey Neyman1-39/+228
Otherwise, make tries to rebuild it and fails. Fixes #770. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-10-23Merge pull request #850 from stilor/upgradesAlexey Neyman77-709/+76
Upgrades: gcc 5.5, gdb 8.0.1, musl 1.1.17, Linux
2017-10-23Upgrades: gcc 5.5, gdb 8.0.1, musl 1.1.17, LinuxAlexey Neyman77-709/+76
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-10-20Merge pull request #847 from stilor/masterAlexey Neyman1-1/+5
When handling overlay, move rather than symlink
2017-10-20When handling overlay, move rather than symlinkAlexey Neyman1-1/+5
... as 'tar' does not follow symlink, rather creating a new directory instead. Fixes #846. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-10-06Merge pull request #841 from bhundven/update_binutils_2_29_1Alexey Neyman12-12/+16
[binutils] Add 2.29.1
2017-10-05[binutils] remove 2.29Bryan Hundven11-624/+0
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2017-10-05[binutils] Add 2.29.1Bryan Hundven11-0/+628
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2017-10-01Merge pull request #839 from stilor/glibc-local-build-failAlexey Neyman1-21/+18
Do not change {pkg}_VERSION
2017-10-01Do not change {pkg}_VERSIONAlexey Neyman1-21/+18
Instead, use new variable ${pkg_dir} to locate auxiliary files. Fixes #838. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-10-01Merge pull request #837 from stilor/download-verifyAlexey Neyman254-66/+1934
Verification of the downloads
2017-10-01Add -D__GLIBC__ to target CFLAGSAlexey Neyman7-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>
2017-09-30Strace 4.19 needs a patch for uClibcAlexey Neyman1-0/+34
Taken from upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-30expat 2.2.4 dropped INSTALL_ROOTAlexey Neyman1-1/+1
... in favor of its alias, DESTDIR. Before, it supported both. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-30Add digests for all packagesAlexey Neyman209-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>
2017-09-28Upgrade expat, mpfr, newlib, strace, linuxAlexey Neyman14-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-28Add an ability to download signatures from test-packages.shAlexey Neyman1-0/+8
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-28Add an ability to verify the digest/signatureAlexey Neyman27-48/+280
Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-23Merge pull request #834 from stilor/xtensa-fix-linaroAlexey Neyman64-973/+167
Xtensa fix for Linaro releases
2017-09-18Merge pull request #784 from bmwiedemann/dateAlexey Neyman2-4/+8
Allow for reproducible builds
2017-09-16Update gcc-linaro to 2017.08Alexey Neyman61-973/+12
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-16Propagate xtensa fix to Linaro versionsAlexey Neyman5-0/+155
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-12Merge pull request #832 from jcmvbkbc/xtensa-fix-pr82181Alexey Neyman5-0/+155
package/gcc: fix ICE on xtensa, PR target/82181
2017-09-12package/gcc: fix ICE on xtensa, PR target/82181Max Filippov5-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>
2017-09-05Merge pull request #827 from stilor/endianness-selectableAlexey Neyman1-1/+1
Doh, forgot one place to rename the BOTH_ENDIAN option
2017-09-05Doh, forgot one place to rename the BOTH_ENDIAN optionAlexey Neyman1-1/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-04Merge pull request #824 from stilor/testpkgAlexey Neyman1-2/+2
Allow test-package.sh to be used in a clean tree
2017-09-04Allow test-package.sh to be used in a clean treeAlexey Neyman1-2/+2
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-04Merge pull request #823 from stilor/sh-experiment-multilibAlexey Neyman28-107/+470
Better SuperH multilib support (different endian, glibc/uClibc for no-FPU, etc)
2017-09-03Use the new SuperH fixes in the two multilib samplesAlexey Neyman12-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>
2017-09-03Workaround for static uClibc-ng issue with -lpthreadAlexey Neyman5-39/+75
Also, preserve .config when running test-package.sh. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-03Pick up uClibc-ng fixes for static GDB buildAlexey Neyman2-0/+128
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-03Super-H multilib toolchain fixesAlexey Neyman14-50/+148
1. On SuperH, configuring GCC with explicit variant of the CPU (like "sh4") limits the default set of multilibs to just that CPU and requires --with-multilib-list to change. Allow for "unspecified" variant, so that we can defer to GCC to determine the list. 2. Support toolchains with both endiannesses at the same time. 3. Add a SuperH/newlib sample 4. Add more flags processing for uClibc Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-03Fix typoAlexey Neyman1-1/+1
Signed-off-by: Alexey Neyman <stilor@att.net>