aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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>
| * | Added MSP430 architecture support.Andrew Wygle2017-06-023-0/+22
| | | | | | | | | | | | Signed-off-by: Andrew Wygle <awygle@gmail.com>
* | | Merge pull request #733 from stilor/sparc-leonAlexey Neyman2017-06-022-4/+4
|\ \ \ | |/ / |/| | samples: update sparc/leon sample
| * | samples: update sparc/leon sampleKirill Smirnov2017-06-022-4/+4
|/ / | | | | | | | | | | | | | | | | * Remove obsolete RPC options from uclibc-ng config * Enable utmp/wtmp options (gdb needs them) * Switch to gcc-6.3 Signed-off-by: Kirill Smirnov <kirill.k.smirnov@gmail.com> Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #729 from stilor/xtensa-fix-linaroAlexey Neyman2017-05-314-0/+294
|\ \ | | | | | | Propagate xtensa fprintf fix to linaro versions.
| * | Propagate xtensa fprintf fix to linaro versions.Alexey Neyman2017-05-314-0/+294
|/ / | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #728 from jcmvbkbc/xtensa-fix-fprintf-formatAlexey Neyman2017-05-315-0/+368
|\ \ | | | | | | gcc: xtensa: backport fix for incorrect code generation
| * | gcc: xtensa: backport fix for incorrect code generationMax Filippov2017-05-315-0/+368
|/ / | | | | | | | | | | | | | | | | | | | | xtensa GCC incorrectly uses %ld/0x%lx format specifiers to output HOST_WIDE_INT values, which results in incorrect code generation by the compiler built for armhf host. The original issue: https://github.com/qca/open-ath9k-htc-firmware/issues/130 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* | Merge pull request #725 from KirillSmirnov/gcc7Alexey Neyman2017-05-292-0/+56
|\ \ | | | | | | patches: Add patch that fixes gcc6 with gcc7
| * | patches: Fix gcc-linaro-6 with gcc7Kirill K. Smirnov2017-05-271-0/+28
| | | | | | | | | | | | | | | | | | Duplicate the previous change for linaro version. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
| * | patches: Add patch that fixes gcc6 with gcc7Kirill K. Smirnov2017-05-271-0/+28
| | | | | | | | | | | | | | | | | | Taken from the openembedded patchset. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | | Merge pull request #727 from stilor/regen-no-renamesAlexey Neyman2017-05-291-25/+69
|\ \ \ | |/ / |/| | Regenerate with --no-renames
| * | Regenerate with --no-renamesAlexey Neyman2017-05-291-25/+69
|/ / | | | | | | | | | | ... or older patch(1) breaks over it. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #722 from stilor/mingw-hostAlexey Neyman2017-05-254-33/+64
|\ \ | | | | | | Mingw host
| * | Retire CT_CC_GCC_TARGET_FINALAlexey Neyman2017-05-242-19/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make this behavior default in case the core gcc backend is used for final compiler (i.e., for baremetal configurations). Not setting this option breaks canadian baremetal configurations, and not setting it makes little sense at all in any baremetal configuration (since in baremetal we don't have any libc to begin with). Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Handle ming32 as a hostAlexey Neyman2017-05-242-14/+60
|/ / | | | | | | | | | | | | | | | | | | | | zlib refuses to run configure with mingw32 host and insists that win32/Makefile.gcc is used instead. This requires a change in this Makefile to support static-only builds. Fixes #694. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #721 from stilor/alpha-bad-eh_frameAlexey Neyman2017-05-235-0/+65
|\ \ | | | | | | Add patch from GCC #80037