| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Fix android sample
|
| |
| |
| |
| |
| |
| |
| | |
... which, after a recent change, is not reflected into CT_ALL_TARGET_CFLAGS
for non-multilib configurations.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/
|
|
|
|
|
|
| |
... in the default implementation of the fetch/extract methods.
Fixes #1116.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Add a symlink to LTO for binutils
|
|/
|
|
|
|
|
| |
... so that ar can find the plugin even when invoked directly, not
via the gcc-ar plugin.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Allow removing vendor part of the tuple
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
... while making use of the new tunables.
Also, unmark the moxie-elf as broken: the ld scripts installed by newlib
can be found by the compiler and can link the binaries. Why the default
script is broken is not ct-ng's problem...
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| |
| |
| | |
... parts of the config tuple. While here, remove parts that are
setting portions of the target tuple to a value that's already
the default.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/
|
|
| |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Moxie fix
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| | |
... if the architecture only supports single endianness selection.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/
|
|
|
|
|
| |
It only applied to core-pass-2 compiler; final compiler can locate
the linker script just fine.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Import GCC 7.4.0
|
|/
|
|
| |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Fixes for 1107
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| | |
... until it was fixed (to some extent) in 2.25.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/
|
|
|
|
| |
Fixes #1107.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Config fixes
|
| |
| |
| |
| |
| |
| | |
Fixes #674.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
... in uClibc and glibc.
Fixes #681.
While here, relocate additional "sources" for uClibc/binutils into packages/
directory.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| | |
Fixes #656.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\|
| |
| | |
Warn if architecture is empty on x86/32bit
|
|/
|
|
|
|
|
|
|
| |
as that defaults to i386, which will fail with glibc (and likely other
libcs).
Fixes #617.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Fix a couple of regressions after recent checkins
|
| |
| |
| |
| |
| |
| | |
Also, they moved their repository.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/
|
|
|
|
| |
Broken because of the capitalization of the name.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Restrict flat format to architectures that support it
|
|/
|
|
|
|
| |
Fixes #878
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Consider it success if DoForceRmdir removes only the content
|
|/
|
|
|
|
| |
Fixes #929.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Moxie architecture support
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This required some rework of the libc selection, as moxiebox is a layer on
top of another libc - newlib.
Also, moxiebox'es host VM (`sandbox`) needs a libcrypto on the host. We will
not have it if we're cross-compiling a canadian cross. Fortunately, all moxiebox
needs from libcrypto is SHA256, and it already includes a standalone implementation
of SHA256 in its runtime. Provide a little wrapper that allows moxiebox use
that implementation for the host binary, too.
Also, automate collecting/printing the list of all packages in a given category
(e.g. LIBC or COMP_TOOLS), generate a list of all Kconfig symbols for a given
category.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| | |
and a moxie-unknown-elf target (which is what #1088 apparently wanted).
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/
|
|
|
|
| |
(needed for cross-gdb targeting the moxie-* targets)
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Install fixes
|
| |
| |
| |
| |
| |
| | |
Fixes #1091.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| | |
Otherwise, release tarballs look weird with strings varying in length.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| | |
Fixes #1100.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/
|
|
| |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Remove vestiges of Travis/Waffle
|
|/
|
|
|
|
|
|
|
|
| |
They are no longer used and cause more confusion among users than they
add benefits. If/when @bhundven finishes the integration with GitLab,
he'll add new scripts and status.
Fixes #999.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Add uClibc-ng 1.0.31
|
|/
|
|
| |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Fix installation of the license file
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
... for ct-ng configured without --enable-local. Also, install
licenses in subdirectories of the components.
Also, ct-ng configured with --enable-local removed the scripts directory
upon `ct-ng distclean`.
Also, misspelled CT_WGET/CT_CURL variables prevented use of
`ct-ng updatetools`.
Fixes #1091.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Fix distclean
|
|/
|
|
|
|
|
| |
After d4aa8d9, make distclean removes scripts in ct-ng configured
with --enable-local.
Signed-off-by: Alexey Neyman <stilor@att.net>
|