aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Merge pull request #740 from stilor/restore-exec-ctngAlexey Neyman2017-06-081-0/+1
|\ | | | | Restore exec permission on ct-ng itself
| * Restore exec permission on ct-ng itselfAlexey Neyman2017-06-081-0/+1
|/ | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #738 from stilor/lintian-warningsAlexey Neyman2017-06-0821-173/+73
|\ | | | | Fix debuild warnings/errors
| * Fix debuild warnings/errorsAlexey Neyman2017-06-0721-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>
* | Merge pull request #739 from stilor/sh4-gdb-uclibcAlexey Neyman2017-06-082-0/+2
|\ \ | |/ |/| Force wide char support in uClibc if GDB8 is enabled
| * Force wide char support in uClibc if GDB8 is enabledAlexey Neyman2017-06-082-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>
* Merge pull request #352 from cpackham/debian-packaging-updateAlexey Neyman2017-06-065-58/+83
|\ | | | | debian: update packaging
| * debian: update packagingChris Packham2017-05-295-58/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support building in tree and from a released tarball by optionally running ./bootstrap. Fix some issues reported by lintian. -E: crosstool-ng changes: bad-distribution-in-changes-file unstable -E: crosstool-ng source: build-depends-on-essential-package-without-using-version build-depends: gzip -E: crosstool-ng source: build-depends-on-essential-package-without-using-version build-depends: tar -W: crosstool-ng source: syntax-error-in-dep5-copyright line 14: Cannot parse line "Unless otherwise stated in individual files, this work is licensed to you under" -E: crosstool-ng: copyright-should-refer-to-common-license-file-for-lgpl -E: crosstool-ng: description-starts-with-package-name -E: crosstool-ng: section-is-dh_make-template -E: crosstool-ng: depends-on-obsolete-package depends: texi2html Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
* | Merge pull request #736 from stilor/msp430-other-versionsAlexey Neyman2017-06-054-0/+216
|\ \ | | | | | | Fix the newly added msp430 sample with other GCC versions
| * | Fix the newly added msp430 sample with other GCC versionsAlexey Neyman2017-06-054-0/+216
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #734 from stilor/upgradesAlexey Neyman2017-06-05110-78/+5751
|\ \ | | | | | | Upgrades (a bunch of)
| * | Mingw-w64 release 5.0.2Alexey Neyman2017-06-052-1/+62
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Newer Linux releasesAlexey Neyman2017-06-051-16/+21
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | New GCC releases from LinaroAlexey Neyman2017-06-0563-32/+4
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Add GDB 8.0 ...Alexey Neyman2017-06-048-3/+191
| | | | | | | | | | | | | | | | | | ... which now requires C++. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Upgrade newlib to 2.5.0.20170519Alexey Neyman2017-06-0436-26/+5473
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #732 from awygle/msp430-supportAlexey Neyman2017-06-025-0/+26
|\ \ | | | | | | Added MSP430 architecture support
| * | Added a sample of the MSP430 architecture and removed config.subAndrew Wygle2017-06-023-1/+5
| | | | | | | | | | | | | | | | | | override from msp430.sh Signed-off-by: Andrew Wygle <awygle@gmail.com>