| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/ / /
| | |
| | |
| | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \ \
| | | |
| | | | |
Try to use 'git fetch --depth 1' if possible
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Fix state dir location
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Fixes #1054
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \ \
| | | |
| | | | |
Create glibc-ports symlink inside CT_SRC_DIR
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
... so that it works in both "bundled" and "bundled,local" cases.
Fixes #1060.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \ \
| | | |
| | | | |
Fix m4 against glibc2.28
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
(upstream commit from gnulib).
Fixes #1050.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \ \
| | | |
| | | | |
Restore binutils (gold) build on mingw32 host
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Fixes #1049.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \ \
| | | |
| | | | |
Add a comment explaining why CT_Mirrors is not used
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \ \
| | | |
| | | | |
Remove android-ndk-r18
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It no longer supports GCC.
Fixes #1047.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \ \
| |/ /
|/| | |
Fix glibc 2.15 i386
|
| | |
| | |
| | |
| | |
| | |
| | | |
... so that Docker image creation can fetch dumb-init.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
Fix older automake with newer Perl
|
|/ /
| |
| |
| |
| |
| |
| | |
Fixes #973.
Fixes #987.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Fix compilation against binutils-2.31.1
|
|/ /
| |
| |
| |
| |
| | |
... where <bfd/bfd.h> also needs <bfd/diagnostics.h>.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Disallow linux versions before 3.7 for aarch64
|
|/ /
| |
| |
| |
| |
| | |
Fixes #1028
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Move the last bits of release creation into Makefile.am
|
|/ /
| |
| |
| |
| |
| | |
Fixes #938.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Patches to fix ld's abort on xtensa
|
|/ /
| |
| |
| |
| |
| | |
Also while there, fix the naming (some patches ended up with two sequence numbers somehow).
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Fix make's glob() with new glibc
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
... 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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
... so that autotools-based packages do not re-run autoconf/autoheader/automake.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/ /
| |
| |
| |
| |
| | |
Fixes #1004.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Small fixes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
... if they aren't already.
Fixes #1010.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| |/ /
|/| | |
Pull in fixes for ARM v8m support in gcc 8.2.0
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
Properly handle newlib configuration flags
|
| | | |
|
|\ \ \
| | | |
| | | | |
riscv64: samples: add rv64gc bare-metal sample configuration
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
Update packages
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \ \ \
| |/ / /
|/| | | |
Restore *-android build
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
kconfig: display recursive dependency resolution hint just once
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Commit 1c199f2878f6 ("kbuild: document recursive dependency limitation
/ resolution") probably intended to show a hint along with "recursive
dependency detected!" error, but it missed to add {...} guard, and the
hint is displayed in every loop of the dep_stack traverse, annoyingly.
This error was detected by GCC's -Wmisleading-indentation when switching
to build-time generation of lexer/parser.
scripts/kconfig/symbol.c: In function ‘sym_check_print_recursive’:
scripts/kconfig/symbol.c:1150:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (stack->sym == last_sym)
^~
scripts/kconfig/symbol.c:1153:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
fprintf(stderr, "For a resolution refer to Documentation/kbuild/kconfig-language.txt\n");
^~~~~~~
I could simply add {...} to surround the three fprintf(), but I rather
chose to move the hint after the loop to make the whole message readable.
Fixes: 1c199f2878f6 ("kbuild: document recursive dependency limitation / resolution"
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Luis R. Rodriguez <mcgrof@kernel.org>
[upstream commit e3b03bf29d6b99fab7001fb20c33fe54928c157a]
Fixes #1000
Signed-off-by: Chris Packham <judge.packham@gmail.com>
|