| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Update version string to 1.21.0
|
|/
|
|
| |
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
kernel: Update versions. Remove older kernels
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In this update the following kernels updated:
* 4.0.3 -> 4.0.4
* 3.18.13 -> 3.18.14
* 3.14.42 -> 3.14.43
* 3.12.42 -> 3.12.43
* 3.10.78 -> 3.10.79
* 3.2.68 -> 3.2.69
* 2.6.32.65 -> 3.6.32.66
Also, let's remove the older EOL'd kernels.
This makes updating kernel versions easier.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
gdb: add gdb 7.9.1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As per: http://www.gnu.org/software/gdb/download/ANNOUNCEMENT
========================================================================
GDB 7.9.1 brings the following fixes and enhancements over GDB 7.9:
* PR build/18033 (C++ style comment used in gdb/iq2000-tdep.c and
gdb/compile/compile-*.c)
* PR build/18298 ("compile" command cannot find compiler if tools
configured with triplet instead of quadruplet)
* PR tui/18311 (Random SEGV when displaying registers in TUI mode)
* PR python/18299 (exception when registering a global pretty-printer
in verbose mode)
* PR python/18066 (argument "word" seems broken in Command.complete
(text, word))
* PR pascal/17815 (Fix pascal behavior for class fields with
* testcase)
* PR python/18285 (ptype expr-with-xmethod causes SEGV)
========================================================================
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\ \
| |/
|/| |
strace: add versions 4.9 and 4.10
|
|/
|
|
| |
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
linux: update kernel versions
|
|/
|
|
|
|
|
|
|
|
|
| |
Update versions:
* 4.0.2 to 4.0.3
* 3.19.7 to 3.19.8
* 3.14.41 to 3.14.42
* 3.10.77 to 3.10.78
* 3.2.68 to 3.2.69
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
mingw: WINAPI_V_DEVEL should depend on EXPERIMENTAL
|
|/
|
|
|
|
|
|
| |
While we do want users to be able to use the mingw from git, being under
the experimental umbrella makes it more obvious that this should not be
used as a production toolchain.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
Windows target
|
| |
| |
| |
| | |
Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
|
|/
|
|
|
|
|
|
|
| |
Specifically:
2.0.8
3.0.0, 3.1.0
4.0.0, 4.0.1, 4.0.2
Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
|
|\
| |
| | |
CT_GetGit: Allow cset to be a ref (branch or tag)
|
|/
|
|
|
|
|
|
| |
Pass cset as ref=somename to use this feature. CT_GetGit echos
the cset sha1 on exit since the caller will need to know that
information as it forms part of the downloaded tarball name.
Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
|
|\
| |
| | |
scripts: If paths.sh is included, use the variables
|
|/
|
|
|
|
|
| |
This commit changes sed, awk, and grep to use the ones we found during
configure time. This helps make the build more consistent.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
showSamples: Update to use variables from paths.sh
|
|/
|
|
|
|
|
| |
This change modifies the use of sed and awk to use the variables set by
paths.sh during the installation process of crosstool-NG.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
config/kernel: Update kernel versions
|
|/
|
|
|
|
| |
This updates the stable kernel series.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
config: Add binutils, newlib, and glibc linaro configuration
|
| |
| |
| |
| |
| |
| |
| | |
This commit introduces a "show linaro versions" for newlib, binutils,
and glibc.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\ \
| | |
| | | |
complibs: Update requirements for gcc-5.1
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
"The Graphite framework for loop optimizations no longer requires the
CLooG library, only ISL version 0.14 (recommended) or 0.12.2. The
installation manual contains more information about requirements to
build GCC."
This change helps to avoid version badness.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\ \
| |/
|/| |
config: Add gcc-5.1.0
|
|/
|
|
|
|
|
|
|
|
| |
This change needs another change from pull request #81, but it's kind of
a chicken/egg scenario. The 'select's in CC_GCC_5_1 need to be
refactored a bit, and would be easier to test if gcc-5.1.0 was commited.
Most of the refactoring will happen with CC_GCC_HAS_GRAPHITE.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
config/kernel: Update with longterm stable releases
|
|/
|
|
|
|
| |
Stable releases updated last night. Sync versions with kernel.org.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
config: remove eglibc.in
|
|/
|
|
|
|
|
|
| |
In commit cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea
I had forgot to also remove the config/libc/eglibc.in.
This commit removes it.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
debug/ltrace : avoid a gcc 5.1.0 error
|
|/
|
|
|
|
| |
to avoid a gcc 5.1.0 error add a patch for ltrace 0.7.3
Signed-off-by: Daniel Zimmermann <netzimme@gmail.com>
|
|\
| |
| | |
kernel: Update kernel versions
|
| |
| |
| |
| |
| |
| | |
This commit adds support for 4.x and updates longterm versions.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\ \
| |/
|/| |
comp_libs: Fix download locations for cloog and mpc
|
|/
|
|
|
|
| |
This change closes #62
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\
| |
| | |
Display 'Other languages' for bare metal as well
|
| |
| |
| |
| |
| |
| |
| |
| | |
There are other languages which work with bare metal compilers.
As an example crosstool-ng is recommended to build D/GDC bare metal
compilers.
Signed-off-by: Johannes Pfau <johannespfau@gmail.com>
|
|\ \
| | |
| | | |
Add glibc 2.21
|
| | |
| | |
| | |
| | | |
Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at>
|
|\ \ \
| | | |
| | | | |
doc fix: It's RESTART not START
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The documentation says to use the START environment variable to say what step
to start at, but the code uses RESTART.
Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
|
|\ \ \ \
| | | | |
| | | | | |
build compat fix for mac os: define offsetof if it's missing
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When building on Mac OS, we don't seem to have offsetof when we need it for
gperf-generated code. This patch solves that issue.
Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
config/isl: bump isl to 0.14 for >=gcc-5.1
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update case-sensitivity information for Cygwin
|