aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Allow VCS versions to be patched via some unique revision IDAlexey Neyman2017-07-083-48/+40
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Switch gen-kconfig to new frameworkAlexey Neyman2017-07-0857-2356/+2055
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: - Move companion_* to comp_* to match the kconfig symbols - Replace bootstrap with former gen-versions.sh - Fold *.in.2 into their respective first parts; this moves common options to the end - if it is undesirable, inclusion of *.in can be moved where *.in.2 used to be (but that will also move version selection after common options). - Retire addToolVersion.sh (may later replace with a more comprehensive script that tries to download the added tarballs, copy the patches and try to apply them, and create a version.desc). Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Remove support for pregenerated locales in uClibcAlexey Neyman2017-07-084-46/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | It fails to compile with the only locale version available (030818) (on master too, with exactly the same error). uClibc-ng does not use pregenerated locales. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | uClibc locale "package"Alexey Neyman2017-07-087-49/+64
| | | | | | | | | | | | | | | | | | Does not build, though. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Allow for custom archive namesAlexey Neyman2017-07-088-16/+41
| | | | | | | | | | | | | | | | | | ... and directories therein. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Fixes for buildingAlexey Neyman2017-07-0818-30/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Need GDB8.0 milestone - Make uClibc "master" package - Rename bionic -> android-ndk to match the package name and support suffixes for archives Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Encode GCC/ISL/CLooG requirementsAlexey Neyman2017-07-086-16/+36
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Fix printing the branch used in GitAlexey Neyman2017-07-089-4/+36
| | | | | | | | | | | | | | | | | | | | | ... and prefer exact specified name, if it exists. More bootstrap script specifications for packages. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Sync Linux versions with masterAlexey Neyman2017-07-089-0/+0
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Fix downloading released tarballsAlexey Neyman2017-07-081-2/+2
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Builds comp.libs from VCSAlexey Neyman2017-07-0811-10/+65
| | | | | | | | | | | | | | | | | | | | | ... fails on DUMA because it cannot be compiled by newer C++, and patches are not applied to checkouts from VCS. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Building packages using the new frameworkAlexey Neyman2017-07-0810-617/+446
| | | | | | | | | | | | | | | | | | (fails at building GMP off the VCS because it needs to run bootstrap scripts) Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Downloading packages using new frameworkAlexey Neyman2017-07-0810-194/+329
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Fix the references to old config variablesAlexey Neyman2017-07-08505-993/+813
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Convert the rest of packages to new frameworkAlexey Neyman2017-07-08625-1676/+689
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-08360-1478/+215
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Implement "milestones" for packagesAlexey Neyman2017-07-086-23/+216
| | | | | | | | | | | | | | | | | | Also get rid of dependency on GNU sort. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Convert gcc to new framework.Alexey Neyman2017-07-08290-547/+422
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Switch to template-based approachAlexey Neyman2017-07-082-239/+391
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | More work-in-progress.Alexey Neyman2017-07-083-8/+46
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Point bundled patches location to packages/Alexey Neyman2017-07-081-5/+4
| | | | | | | | | | | | | | | | | | | | | Also disable per-arch patch application: this doesn't play well with the reuse of the sources in .build/src Signed-off-by: Alexey Neyman <stilor@att.net>
| * | First stab at gen-versions.shAlexey Neyman2017-07-08116-157/+289
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #774 from jserv/expat-security-fixesAlexey Neyman2017-07-081-3/+3
|\ \ | | | | | | Bump expat version to 2.2.1 for security fixes
| * | Bump expat version to 2.2.1 for security fixesJim Huang2017-07-091-3/+3
|/ / | | | | | | | | | | | | Expat 2.2.0 and earlier were affected by CVE-2017-923. Expat 2.2.1 provides the corresponding security fixes. Signed-off-by: Jim Huang <jserv.tw@gmail.com>
* | Merge pull request #773 from stilor/fix-bionic-32bitAlexey Neyman2017-07-078-7/+5
|\ \ | | | | | | Fix ARM32 name for android
| * | Also rename the sample in Travis CIAlexey Neyman2017-07-071-1/+1
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Fix ARM32 name for androidAlexey Neyman2017-07-077-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Must have eabi suffix for GCC to accept it. Also: - We only have one glibc now, no need to account for eglibc. - Rename aarch64 samples, eabi suffix does not apply to them (and ct-ng saveconfig was saving them into a different directory). Fixes #772. Signed-off-by: Alexey Neyman <stilor@att.net>
* | | Merge pull request #766 from KirillSmirnov/nios2-sampleAlexey Neyman2017-07-043-8/+9
|\ \ \ | |/ / |/| | Nios2 fixes and a sample
| * | samples: remove unnecessary optionKirill K. Smirnov2017-07-051-1/+0
| | | | | | | | | | | | | | | | | | | | | The line CT_GETTEXT=y is remains from canadian sample. This cross sample does not need it. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
| * | scripts/nios2: do not override precomputed flagsKirill K. Smirnov2017-07-011-8/+2
| | | | | | | | | | | | Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
| * | samples: add a config for bare metal NIOS2Kirill K. Smirnov2017-07-012-0/+8
|/ / | | | | | | Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | Merge pull request #763 from KirillSmirnov/nios2-archAlexey Neyman2017-06-221-1/+1
|\ \ | |/ |/| nios2: fix architecture features
| * nios2: fix architecture featuresKirill Smirnov2017-06-221-1/+1
|/ | | | | | | Gcc for Nios II does not support -mcpu option, and --with-cpu=XXX flag breaks gcc compilation. Use --with-arch instead. Signed-off-by: Kirill Smirnov <kirill.k.smirnov@gmail.com>
* Merge pull request #761 from nyetwurk/PR-2-nyetAlexey Neyman2017-06-172-0/+13
|\ | | | | Add option to build gdbserver for target that does not require libstdc++.so
| * Add option to build gdbserver for target that does not require libstdc++.soNye Liu2017-06-162-0/+13
|/
* Merge pull request #758 from stilor/cflags-for-buildAlexey Neyman2017-06-163-5/+10
|\ | | | | Honor CFLAGS_FOR_BUILD
| * Honor CFLAGS_FOR_BUILDAlexey Neyman2017-06-153-5/+10
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #757 from cpackham/travis-updatesAlexey Neyman2017-06-152-1/+3
|\ \ | |/ |/| Travis updates
| * .travis.yml: include support for C++Chris Packham2017-06-161-0/+2
| | | | | | | | | | | | This is required for building the latest gdb. Signed-off-by: Chris Packham <judge.packham@gmail.com>
| * .travis.sh: increase the number of jobs to run in parallelChris Packham2017-06-161-1/+1
|/ | | | | | | The travis-ci.org vms have 2 cores so lets oversubscribe them a little to speed things up. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Merge pull request #750 from cpackham/masterAlexey Neyman2017-06-151-1/+1
|\ | | | | Set CT_BUILD_DIR prior to using it
| * Set CT_BUILD_DIR prior to using itChris Packham2017-06-151-1/+1
|/ | | | | | | | | Fixes #731 CT_BUILD_DIR is used in CT_DoExecLog. We need to ensure that it is set before the first call to CT_DoExecLog. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Merge pull request #747 from stilor/uclibc-25Alexey Neyman2017-06-131-0/+6
|\ | | | | Add uClibc-ng 1.0.25
| * Add uClibc-ng 1.0.25Alexey Neyman2017-06-121-0/+6
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #748 from stilor/aarch-eabiAlexey Neyman2017-06-132-0/+8
|\ \ | |/ |/| Make ARM32 option appear only if 32-bit is selected
| * Make ARM32 option appear only if 32-bit is selectedAlexey Neyman2017-06-132-0/+8
|/ | | | | | Fixes #745 Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #744 from stilor/msp430-ice-newlibAlexey Neyman2017-06-103-1/+5
|\ | | | | Declare msp430 experimental
| * Declare msp430 experimentalAlexey Neyman2017-06-103-1/+5
|/ | | | | | | ... as GCC5 and later ICEs over inocuous code. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242 Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #741 from stilor/rm-versions-dirAlexey Neyman2017-06-0832-5471/+0
|\ | | | | Remove accidentally added dir
| * Remove accidentally added dirAlexey Neyman2017-06-0832-5471/+0
|/ | | | | | (it was untracked on a dev branch) Signed-off-by: Alexey Neyman <stilor@att.net>