summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-21Merge pull request #1064 from stilor/git-shallowAlexey Neyman1-15/+65
Try to use 'git fetch --depth 1' if possible
2018-10-21Try to use 'git fetch --depth 1' if possibleAlexey Neyman1-15/+65
It should be possible if fetching a tag/branch, and it may be possible if fetching a changeset if a server is configured to allow it. Fixes #986 Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-20Merge pull request #1062 from stilor/state-dir-locationAlexey Neyman1-1/+1
Fix state dir location
2018-10-20Fix state dir locationAlexey Neyman1-1/+1
Fixes #1054 Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-16Merge pull request #1061 from stilor/fix-glibc-ports-symlinkAlexey Neyman1-2/+2
Create glibc-ports symlink inside CT_SRC_DIR
2018-10-16Create glibc-ports symlink inside CT_SRC_DIRAlexey Neyman1-2/+2
... so that it works in both "bundled" and "bundled,local" cases. Fixes #1060. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-09Merge pull request #1058 from stilor/fix-m4-against-glibc2.28Alexey Neyman2-0/+145
Fix m4 against glibc2.28
2018-10-09Add the workaround for kconfig colors in archlinuxAlexey Neyman1-0/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-09Fix gnulib build against glibc 2.28Alexey Neyman1-0/+144
(upstream commit from gnulib). Fixes #1050. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-08Merge pull request #1056 from stilor/binutils-mingwAlexey Neyman1-0/+122
Restore binutils (gold) build on mingw32 host
2018-10-08Restore binutils (gold) build on mingw32 hostAlexey Neyman1-0/+122
Fixes #1049. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-06Merge pull request #1053 from stilor/add-comment-newlibAlexey Neyman1-0/+2
Add a comment explaining why CT_Mirrors is not used
2018-10-06Add a comment explaining why CT_Mirrors is not usedAlexey Neyman1-0/+2
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-06Merge pull request #1052 from stilor/remove-android-ndk-r18Alexey Neyman3-4/+2
Remove android-ndk-r18
2018-10-06Remove android-ndk-r18Alexey Neyman3-4/+2
It no longer supports GCC. Fixes #1047. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-06Merge pull request #1051 from stilor/fix-glibc-2.15-i386Alexey Neyman2-1/+28
Fix glibc 2.15 i386
2018-10-06Add wgetAlexey Neyman1-1/+1
... so that Docker image creation can fetch dumb-init. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-06Fix fdivp argument orderAlexey Neyman1-0/+27
Patch from upstream. Bug didn't exist in 2.14.1 and fix is already applied in 2.16. Fixes #1048 Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-29Merge pull request #1043 from stilor/masterAlexey Neyman2-0/+54
Fix older automake with newer Perl
2018-09-29Fix older automake with newer PerlAlexey Neyman2-0/+54
Fixes #973. Fixes #987. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-29Merge pull request #1042 from stilor/masterAlexey Neyman1-0/+30
Fix compilation against binutils-2.31.1
2018-09-29Fix compilation against binutils-2.31.1Alexey Neyman1-0/+30
... where <bfd/bfd.h> also needs <bfd/diagnostics.h>. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-29Merge pull request #1041 from stilor/aarch64-in-linux3.7Alexey Neyman2-1/+2
Disallow linux versions before 3.7 for aarch64
2018-09-29Disallow linux versions before 3.7 for aarch64Alexey Neyman2-1/+2
Fixes #1028 Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-29Merge pull request #1040 from stilor/create-release-with-autotoolsAlexey Neyman2-60/+16
Move the last bits of release creation into Makefile.am
2018-09-29Move the last bits of release creation into Makefile.amAlexey Neyman2-60/+16
Fixes #938. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-28Merge pull request #1039 from stilor/xtensa-2.31.1Alexey Neyman20-0/+128
Patches to fix ld's abort on xtensa
2018-09-28Patches to fix ld's abort on xtensaAlexey Neyman20-0/+128
Also while there, fix the naming (some patches ended up with two sequence numbers somehow). Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-28Merge pull request #1038 from stilor/make-fix-globAlexey Neyman14-40/+188
Fix make's glob() with new glibc
2018-09-28Make dockerfiles a bit more consistentAlexey Neyman10-39/+71
... and add Mint 19 and CentOS 6. The latter currently fails in ctng's configure due to an old libtool; need to make libtool optional. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-28Fix up timestamps after patchingAlexey Neyman2-1/+14
... so that autotools-based packages do not re-run autoconf/autoheader/automake. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-28Add globbing patches to make from upstreamAlexey Neyman2-0/+103
Fixes #1004. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-27Merge pull request #1036 from stilor/small-fixesAlexey Neyman8-16/+25
Small fixes
2018-09-27Merge pull request #1037 from galak/gcc-8.2.0-arm-fixesAlexey Neyman2-0/+109
Pull in fixes for ARM v8m support in gcc 8.2.0
2018-09-27Pull in fixes for ARM v8m support in gcc 8.2.0Kumar Gala2-0/+109
There are some fixes to the cmse code in mainline gcc that we need to build an embedded toolchain targetting Cortex-M cpus that support the v8m extensions. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-09-27Make CT_PREFIX_DIR/CT_WORK_DIR/CT_BUILD_TOP_DIR absoluteAlexey Neyman2-4/+13
... if they aren't already. Fixes #1010. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-27Use 'chmod a-x' instead of 'chmod -x'Alexey Neyman6-8/+8
There is a subtle difference when executable bit is a part of the umask. And at least some versions (Debian/stretch) fail if the resulting mode would've been different if not for the umask setting. Fixes #998. Although, with such chmods/umasks it is likely that some package installation will break anyway. But I'll leave it until somebody complains. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-26Fix restarting after a complete buildAlexey Neyman1-4/+4
It is much, much better to *first* make the directory writable and *then* do a test for case-sensitivity (which requires writing in that directory). Fixes #1033. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-26Merge pull request #984 from slash3g/masterAlexey Neyman1-4/+4
Properly handle newlib configuration flags
2018-09-26Merge pull request #1027 from sifive/dev/paulw/rv64-bare-metalAlexey Neyman2-0/+10
riscv64: samples: add rv64gc bare-metal sample configuration
2018-09-26Merge pull request #1032 from stilor/updatesAlexey Neyman169-750/+1198
Update packages
2018-09-26Fix build with ISL 0.20Alexey Neyman10-20/+137
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-25Upgrades. Lots of 'em.Alexey Neyman159-730/+1061
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-25Merge pull request #1029 from stilor/fix-bionic-buildAlexey Neyman1-1/+7
Restore *-android build
2018-09-25Restore *-android buildAlexey Neyman1-1/+7
Modify CT_TARGET_CFLAGS (which are passed to GCC's FOR_TARGET flags) rather than CT_ALL_TARGET_CFLAGS. Fixes #1006. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-24riscv64: add rv64gc bare-metal samplePaul Walmsley2-0/+10
This sample works well for building the open-source first stage bootloader for the SiFive U540 device (and similar): https://github.com/sifive/freedom-u540-c000-bootloader Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
2018-09-23Merge pull request #1001 from cpackham/kconfig-fixAlexey Neyman1-2/+6
kconfig: display recursive dependency resolution hint just once
2018-09-23Merge pull request #994 from jcmvbkbc/xtensa-fix-pr65416Alexey Neyman4-0/+404
package/gcc: fix xtensa PR target/65416
2018-09-23Merge pull request #1025 from bhundven/update_musl_1_1_20Bryan Hundven3-2/+9
Add musl-libc 1.1.20
2018-09-23Fix compressed for tar, tooBryan Hundven1-1/+1
Signed-off-by: Bryan Hundven <bryan.hundven@gmail.com>