summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-16strace: add versions 4.9 and 4.10Bryan Hundven1-0/+12
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-05-16Merge pull request #91 from bhundven/update_kernelsBryan Hundven1-10/+10
linux: update kernel versions
2015-05-16linux: update kernel versionsBryan Hundven1-10/+10
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>
2015-05-16Merge pull request #90 from bhundven/mingw_experimentalBryan Hundven1-0/+1
mingw: WINAPI_V_DEVEL should depend on EXPERIMENTAL
2015-05-16mingw: WINAPI_V_DEVEL should depend on EXPERIMENTALBryan Hundven1-0/+1
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>
2015-05-12Merge pull request #89 from diorcety-ctng/windows-targetBryan Hundven2-13/+59
Windows target
2015-05-12mingw-w64: Add 'devel' version to use git 'master' branchRay Donnelly2-13/+28
Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
2015-05-12mingw-w64: Add updated versionsRay Donnelly1-0/+31
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>
2015-05-12Merge pull request #88 from diorcety-ctng/ctgitget-refsBryan Hundven1-4/+31
CT_GetGit: Allow cset to be a ref (branch or tag)
2015-05-12CT_GetGit: Allow cset to be a ref (branch or tag)Ray Donnelly1-4/+31
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>
2015-05-10Merge pull request #87 from bhundven/fix_command_execBryan Hundven3-6/+6
scripts: If paths.sh is included, use the variables
2015-05-10scripts: If paths.sh is included, use the variablesBryan Hundven3-6/+6
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>
2015-05-10Merge pull request #86 from bhundven/show_samples_variablesBryan Hundven1-2/+2
showSamples: Update to use variables from paths.sh
2015-05-10showSamples: Update to use variables from paths.shBryan Hundven1-2/+2
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>
2015-05-07Merge pull request #84 from bhundven/update_kernelsBryan Hundven1-12/+12
config/kernel: Update kernel versions
2015-05-07config/kernel: Update kernel versionsBryan Hundven1-12/+12
This updates the stable kernel series. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-05-02Merge pull request #80 from bhundven/add_linaro_config_knobsBryan Hundven3-0/+56
config: Add binutils, newlib, and glibc linaro configuration
2015-05-02config: Add binutils, newlib, and glibc linaro configurationBryan Hundven3-0/+56
This commit introduces a "show linaro versions" for newlib, binutils, and glibc. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-05-02Merge pull request #81 from bhundven/isl_0_14_depends_on_gcc_5_1_or_laterBryan Hundven2-1/+2
complibs: Update requirements for gcc-5.1
2015-05-02complibs: Update requirements for gcc-5.1Bryan Hundven2-1/+2
"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>
2015-05-02Merge pull request #82 from bhundven/add_gcc_5_1Bryan Hundven1-1/+25
config: Add gcc-5.1.0
2015-05-02config: Add gcc-5.1.0Bryan Hundven1-1/+25
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>
2015-04-30Merge pull request #78 from bhundven/update_kernelsBryan Hundven1-10/+10
config/kernel: Update with longterm stable releases
2015-04-30config/kernel: Update with longterm stable releasesBryan Hundven1-10/+10
Stable releases updated last night. Sync versions with kernel.org. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-04-30Merge pull request #77 from bhundven/remove_eglibc_kconfigBryan Hundven1-240/+0
config: remove eglibc.in
2015-04-30config: remove eglibc.inBryan Hundven1-240/+0
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>
2015-04-29Merge pull request #76 from netzimme/masterBryan Hundven1-0/+25
debug/ltrace : avoid a gcc 5.1.0 error
2015-04-29debug/ltrace : avoid a gcc 5.1.0 errorDaniel Zimmermann1-0/+25
to avoid a gcc 5.1.0 error add a patch for ltrace 0.7.3 Signed-off-by: Daniel Zimmermann <netzimme@gmail.com>
2015-04-27Merge pull request #75 from bhundven/kernel_updatesBryan Hundven2-16/+22
kernel: Update kernel versions
2015-04-27Merge pull request #74 from bhundven/download_locationsBryan Hundven2-2/+4
comp_libs: Fix download locations for cloog and mpc
2015-04-27kernel: Update kernel versionsBryan Hundven2-16/+22
This commit adds support for 4.x and updates longterm versions. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-04-26comp_libs: Fix download locations for cloog and mpcBryan Hundven2-2/+4
This change closes #62 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-04-26Merge pull request #73 from jpf91/other_bmBryan Hundven1-2/+2
Display 'Other languages' for bare metal as well
2015-04-26Display 'Other languages' for bare metal as wellJohannes Pfau1-2/+2
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>
2015-04-25Merge pull request #46 from stefanct/masterBryan Hundven1-1/+7
Add glibc 2.21
2015-04-25Merge pull request #56 from smoofra/docfixBryan Hundven1-1/+1
doc fix: It's RESTART not START
2015-04-25Merge pull request #65 from smoofra/gperfBryan Hundven1-0/+9
build compat fix for mac os: define offsetof if it's missing
2015-04-25Merge pull request #72 from bhundven/bump-isl-0.14Bryan Hundven1-0/+5
config/isl: bump isl to 0.14 for >=gcc-5.1
2015-04-25config/isl: bump isl to 0.14 for >=gcc-5.1Bryan Hundven1-0/+5
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-04-25Merge pull request #69 from UoMCS/masterBryan Hundven1-4/+4
Update case-sensitivity information for Cygwin
2015-04-23Update fix for case sensitivity on CygwinPaul Waring1-2/+1
2015-04-23Update case-sensitivity information for CygwinPaul Waring1-2/+3
Cygwin no longer supports managed mounts, enabling case-sensitivity in Cygwin requires changing the registry. FAQ number has also changed.
2015-04-14Merge pull request #60 from quarthex/patch-1Bryan Hundven1-1/+1
Do not use strlen to check that a string is empty
2015-04-14Merge pull request #57 from smoofra/buildflagsBryan Hundven1-0/+4
bugfix: pass extra build CFLAGS and LDFLAGS to glibc
2015-04-14Merge pull request #63 from neftedal/masterBryan Hundven1-3/+28
Updated script to support mingw versions above major 2
2015-04-08mingw.sh: added with sysroot argument to mingw configureNils Petter Eftedal1-0/+1
The argument will prevent the prefix path from being added as an include path while building mingw. Having the prefix as an include path might cause all kinds of weird issues if prefix directory also exists on the build machine. Signed-off-by: Nils Petter Eftedal <nilspetter@eftedal.org>
2015-04-08mingw.sh: updated script to support mingw versions above major 2Nils Petter Eftedal1-3/+27
Added new functions to support changes in prefix and required vendor tuple for new versions of mingw. Tested and verified with mingw version 2.0.7, 3.3.0 and 4.0-rc3. Signed-off-by: Nils Petter Eftedal <nilspetter@eftedal.org>
2015-04-08build compat fix for mac os: define offsetof if it's missingLawrence D'Anna1-0/+9
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>
2015-04-08bugfix: pass extra build CFLAGS and LDFLAGS to glibcLawrence D'Anna1-0/+4
Glibc actually does create a build executable. It's under sunrpc and it's called cross-rpcgen. It uses gettext, so if that's not available in a standard place on your system (for example if you're using Mac OS X and Homebrew), then you are all out of luck. Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
2015-04-08doc fix: It's RESTART not STARTLawrence D'Anna1-1/+1
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>