| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|
|
|
| |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Bump expat version to 2.2.1 for security fixes
|
|/
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Fix ARM32 name for android
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| |/
|/| |
Nios2 fixes and a sample
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
|
|/
|
|
| |
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
|
|\
| |
| | |
nios2: fix architecture features
|
|/
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Add option to build gdbserver for target that does not require libstdc++.so
|
|/ |
|
|\
| |
| | |
Honor CFLAGS_FOR_BUILD
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| |/
|/| |
Travis updates
|
| |
| |
| |
| |
| |
| | |
This is required for building the latest gdb.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
|
|/
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Set CT_BUILD_DIR prior to using it
|
|/
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Add uClibc-ng 1.0.25
|
| |
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| |/
|/| |
Make ARM32 option appear only if 32-bit is selected
|
|/
|
|
|
|
| |
Fixes #745
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Declare msp430 experimental
|
|/
|
|
|
|
|
| |
... 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>
|
|\
| |
| | |
Remove accidentally added dir
|
|/
|
|
|
|
| |
(it was untracked on a dev branch)
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Restore exec permission on ct-ng itself
|
|/
|
|
| |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\
| |
| | |
Fix debuild warnings/errors
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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>
|
|\ \
| |/
|/| |
Force wide char support in uClibc if GDB8 is enabled
|
|/
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
debian: update packaging
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
Fix the newly added msp430 sample with other GCC versions
|
|/ /
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Upgrades (a bunch of)
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
| | |
| | |
| | |
| | |
| | |
| | | |
... which now requires C++.
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|/ /
| |
| |
| | |
Signed-off-by: Alexey Neyman <stilor@att.net>
|
|\ \
| | |
| | | |
Added MSP430 architecture support
|
| | |
| | |
| | |
| | |
| | |
| | | |
override from msp430.sh
Signed-off-by: Andrew Wygle <awygle@gmail.com>
|