summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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>
2017-06-02Merge pull request #732 from awygle/msp430-supportAlexey Neyman5-0/+26
Added MSP430 architecture support
2017-06-02Added a sample of the MSP430 architecture and removed config.subAndrew Wygle3-1/+5
override from msp430.sh Signed-off-by: Andrew Wygle <awygle@gmail.com>
2017-06-02Merge pull request #733 from stilor/sparc-leonAlexey Neyman2-4/+4
samples: update sparc/leon sample
2017-06-02samples: update sparc/leon sampleKirill Smirnov2-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>
2017-06-02Added MSP430 architecture support.Andrew Wygle3-0/+22
Signed-off-by: Andrew Wygle <awygle@gmail.com>
2017-05-31Merge pull request #729 from stilor/xtensa-fix-linaroAlexey Neyman4-0/+294
Propagate xtensa fprintf fix to linaro versions.
2017-05-31Propagate xtensa fprintf fix to linaro versions.Alexey Neyman4-0/+294
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-31Merge pull request #728 from jcmvbkbc/xtensa-fix-fprintf-formatAlexey Neyman5-0/+368
gcc: xtensa: backport fix for incorrect code generation
2017-05-31gcc: xtensa: backport fix for incorrect code generationMax Filippov5-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>
2017-05-30Merge pull request #725 from KirillSmirnov/gcc7Alexey Neyman2-0/+56
patches: Add patch that fixes gcc6 with gcc7
2017-05-30Merge pull request #727 from stilor/regen-no-renamesAlexey Neyman1-25/+69
Regenerate with --no-renames
2017-05-30Regenerate with --no-renamesAlexey Neyman1-25/+69
... or older patch(1) breaks over it. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-29debian: update packagingChris Packham5-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>
2017-05-27patches: Fix gcc-linaro-6 with gcc7Kirill K. Smirnov1-0/+28
Duplicate the previous change for linaro version. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
2017-05-27patches: Add patch that fixes gcc6 with gcc7Kirill K. Smirnov1-0/+28
Taken from the openembedded patchset. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>