| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
... following the buildroot model.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Upgradability, phase 2
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/
|
|
|
|
|
|
|
|
| |
- Switch to two-pass reading of the config file to track both (a) the
option's value and (b) if the option has been explicitly called out in
the .config being processed.
- Split off per-version functions into separate files.
- Add a README with some guidelines on writing new upgrade scripts.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Correctly reference to libintl when linking.
|
| | |
|
|\ \
| |/
|/| |
Upgrade script + test suite
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| |
| |
| | |
... coverage not complete, but pretty diverse and covers most
non-trivial conversions. PRs with better coverage for 1.23.o options
welcome.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| |
| | |
Also, remove a couple of config options that dealt with package versions
that have been since retired.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Pin sparc-leon-linux-gnu to GCC6, again.
- Remove "brokenness" explanation from moxie-elf comment (was only
applicable to stage-2 compiler, not final).
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| |
| |
| | |
... otherwise it fails for autoconf/automake; for some reason, newer
Ubuntu 18.10 adds extra quoting around '${SHELL}' in
$ac_cv_path_AUTOCONF.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Slightly rework config version detector to catch the case where neither
CONFIG_VERSION/CONFIG_VERSION_CURRENT is defined in the config file.
Add olddefconfig and use it after the upgrade.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| | |
(missed by "retire old versions" commit awhile ago)
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| |
| | |
When merging new package framework, I missed that master had 7.8.2
imported in place of 7.8.1. Noone complained about this downgrade...
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
[musl-libc] Add 1.1.21
|
|/ /
| |
| |
| |
| |
| | |
https://www.openwall.com/lists/musl/2019/01/21/8
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\ \
| | |
| | | |
Store the uClibc .config alongside the ct-ng .config
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dima Krasner <dima@dimakrasner.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dima Krasner <dima@dimakrasner.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dima Krasner <dima@dimakrasner.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Dima Krasner <dima@dimakrasner.com>
|
|\|
| |
| | |
added the version 5 to the check of bash versions
|
|/
|
|
| |
Signed-off-by: Stephan Conrad <stephan@conrad.pics>
|
|\
| |
| | |
Handle a setup where CT_PREFIX_DIR has symlinks
|
| |
| |
| |
| |
| |
| |
| | |
`groupadd` now requires libaudit.so, but coreutils can be installed
without audit package. Weird, gross.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| |
| |
| | |
... because GCC prints the sysroot with symlinks resolved.
Fixes #892.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| |/
|/| |
Add new Android API levels
|
|/ |
|
|\
| |
| | |
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
|