summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-08Switch comp.libs/tools and debug to new framework.Alexey Neyman360-1478/+215
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Implement "milestones" for packagesAlexey Neyman6-23/+216
Also get rid of dependency on GNU sort. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Convert gcc to new framework.Alexey Neyman290-547/+422
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Switch to template-based approachAlexey Neyman2-239/+391
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08More work-in-progress.Alexey Neyman3-8/+46
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Point bundled patches location to packages/Alexey Neyman1-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>
2017-07-08First stab at gen-versions.shAlexey Neyman116-157/+289
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Merge pull request #774 from jserv/expat-security-fixesAlexey Neyman1-3/+3
Bump expat version to 2.2.1 for security fixes
2017-07-08Bump expat version to 2.2.1 for security fixesJim Huang1-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>
2017-07-07Merge pull request #773 from stilor/fix-bionic-32bitAlexey Neyman8-7/+5
Fix ARM32 name for android
2017-07-07Also rename the sample in Travis CIAlexey Neyman1-1/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-07Fix ARM32 name for androidAlexey Neyman7-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>
2017-07-05Merge pull request #766 from KirillSmirnov/nios2-sampleAlexey Neyman3-8/+9
Nios2 fixes and a sample
2017-07-04samples: remove unnecessary optionKirill K. Smirnov1-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>
2017-07-01scripts/nios2: do not override precomputed flagsKirill K. Smirnov1-8/+2
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
2017-07-01samples: add a config for bare metal NIOS2Kirill K. Smirnov2-0/+8
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
2017-06-23Merge pull request #763 from KirillSmirnov/nios2-archAlexey Neyman1-1/+1
nios2: fix architecture features
2017-06-22nios2: fix architecture featuresKirill Smirnov1-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>
2017-06-17Merge pull request #761 from nyetwurk/PR-2-nyetAlexey Neyman2-0/+13
Add option to build gdbserver for target that does not require libstdc++.so
2017-06-17Add option to build gdbserver for target that does not require libstdc++.soNye Liu2-0/+13
2017-06-16Merge pull request #758 from stilor/cflags-for-buildAlexey Neyman3-5/+10
Honor CFLAGS_FOR_BUILD
2017-06-16Honor CFLAGS_FOR_BUILDAlexey Neyman3-5/+10
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-16Merge pull request #757 from cpackham/travis-updatesAlexey Neyman2-1/+3
Travis updates
2017-06-16.travis.yml: include support for C++Chris Packham1-0/+2
This is required for building the latest gdb. Signed-off-by: Chris Packham <judge.packham@gmail.com>
2017-06-16.travis.sh: increase the number of jobs to run in parallelChris Packham1-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>
2017-06-15Merge pull request #750 from cpackham/masterAlexey Neyman1-1/+1
Set CT_BUILD_DIR prior to using it
2017-06-15Set CT_BUILD_DIR prior to using itChris Packham1-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>
2017-06-13Merge pull request #747 from stilor/uclibc-25Alexey Neyman1-0/+6
Add uClibc-ng 1.0.25
2017-06-13Merge pull request #748 from stilor/aarch-eabiAlexey Neyman2-0/+8
Make ARM32 option appear only if 32-bit is selected
2017-06-13Make ARM32 option appear only if 32-bit is selectedAlexey Neyman2-0/+8
Fixes #745 Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-13Add uClibc-ng 1.0.25Alexey Neyman1-0/+6
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-10Merge pull request #744 from stilor/msp430-ice-newlibAlexey Neyman3-1/+5
Declare msp430 experimental
2017-06-10Declare msp430 experimentalAlexey Neyman3-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>
2017-06-09Merge pull request #741 from stilor/rm-versions-dirAlexey Neyman32-5471/+0
Remove accidentally added dir
2017-06-09Remove accidentally added dirAlexey Neyman32-5471/+0
(it was untracked on a dev branch) Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-08Merge pull request #740 from stilor/restore-exec-ctngAlexey Neyman1-0/+1
Restore exec permission on ct-ng itself
2017-06-08Restore exec permission on ct-ng itselfAlexey Neyman1-0/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-08Merge pull request #738 from stilor/lintian-warningsAlexey Neyman21-173/+73
Fix debuild warnings/errors
2017-06-08Merge pull request #739 from stilor/sh4-gdb-uclibcAlexey Neyman2-0/+2
Force wide char support in uClibc if GDB8 is enabled
2017-06-08Force wide char support in uClibc if GDB8 is enabledAlexey Neyman2-0/+2
GDB8 (or rather gnulib that is a part of it) provides a fallback mbstate_t definition - but GCC's C++ headers (which are used via stdint.h since GDB8 uses C++) provide another mbstate_t if libc does not have wide char support. These two definitions conflict with each other. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-08Fix debuild warnings/errorsAlexey Neyman21-173/+73
- Update .gitignore, do not place .gitignore into directories installed in bulk - Remove executable permissions and shebangs from the scripts that are supposed to be invoked only via ct-ng frontent; prepend them with $(bash). Despite what showSamples.sh said, it already has some bashisms. - Remove --with autotools-dev and override dh_update_autotools_config to avoid having config.{sub,guess} clobbered with older versions - Install bash completion where Debian (now) expects it - Update man page to use .\" as the comment delimiter, instead of undefined macro (."); also, minor text edits. - Install kconfig.mk without execute permission. - Remove shell wrappers from 170-localedef-fix-trampoline.patch, we do not use that for applying patches - Revoke execute permissions on 210-expat.sh - Get flags from dpkg-buildflags if available Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-06Merge pull request #352 from cpackham/debian-packaging-updateAlexey Neyman5-58/+83
debian: update packaging
2017-06-06Merge pull request #736 from stilor/msp430-other-versionsAlexey Neyman4-0/+216
Fix the newly added msp430 sample with other GCC versions
2017-06-06Fix the newly added msp430 sample with other GCC versionsAlexey Neyman4-0/+216
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-05Merge pull request #734 from stilor/upgradesAlexey Neyman110-78/+5751
Upgrades (a bunch of)
2017-06-05Mingw-w64 release 5.0.2Alexey Neyman2-1/+62
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-05Newer Linux releasesAlexey Neyman1-16/+21
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-05New GCC releases from LinaroAlexey Neyman63-32/+4
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-05Add GDB 8.0 ...Alexey Neyman8-3/+191
... which now requires C++. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-05Upgrade newlib to 2.5.0.20170519Alexey Neyman36-26/+5473
Signed-off-by: Alexey Neyman <stilor@att.net>