summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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>
2015-04-08Merge pull request #37 from bhundven/so_long_to_eglibcBryan Hundven26-1645/+815
So long to eglibc
2015-04-07Merge pull request #64 from jpf91/fixSymlinkBryan Hundven1-2/+6
Only create ${CT_TARGET}-cc${ext} symlink if ${CT_TARGET}-gcc exists
2015-04-07Only create ${CT_TARGET}-cc${ext} symlink if ${CT_TARGET}-gcc existsJohannes Pfau1-2/+6
Without this canadion cross builds create invalid symlinks: When the code in do_cc_core_backend is called there is no ${CT_TARGET}-gcc in the install directory. Therefore ext is empty and we create a link to ${CT_TARGET}-gcc. The final compiler step then installs ${CT_TARGET}-gcc.exe and creates a working ${CT_TARGET}-cc.exe symlink but we still keep the invalid link as well. Signed-off-by: Johannes Pfau <johannespfau@gmail.com>
2015-04-07Merge pull request #61 from Christopher83/masterBryan Hundven2-12/+17
Updates to Linaro GCC 4.9 and kernel versions
2015-03-15Do not use strlen to check that a string is emptyRomain1-1/+1
Here, the exact size of a not empty string is useless.
2015-03-15config/linux: Update kernel versionsCristoforo Cataldo1-10/+15
This commit updates to the latest longterm and stable kernel versions as of March 15, 2015. Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
2015-03-15config/gcc: Update to Linaro GCC 4.9-2015.03Cristoforo Cataldo1-2/+2
Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
2015-03-11Merge pull request #55 from netzimme/masterBryan Hundven1-0/+13
add gdb 7.9 and 7.8.2
2015-03-07add gdb 7.9 and 7.8.2Daniel Zimmermann1-0/+13
2015-02-18config/linux: Update kernel versionsCristoforo Cataldo1-10/+10
This commit updates to the latest longterm and stable kernel versions as of February 18, 2015. Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
2015-02-18config/gcc: Update to Linaro GCC 4.9-2015.02 and GCC 4.8-2015.02Cristoforo Cataldo1-4/+4
Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
2015-02-07Add glibc 2.21Stefan Tauner1-1/+7
Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at>
2015-02-03Merge pull request #43 from bwalle/glibc-2.16-ghostBryan Hundven1-0/+222
libc/glibc: Add patch to fix CVE-2015-0235
2015-02-03libc/glibc: Add patch to fix CVE-2015-0235Bernhard Walle1-0/+222
This patch fixes the so-called "GHOST" buffer overflow in glibc 2.16. See http://www.openwall.com/lists/oss-security/2015/01/27/9. Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
2015-02-03Merge pull request #40 from bhundven/download_http_firstBryan Hundven6-9/+14
scripts/*/*.sh: prioritize http downloads
2015-02-02Merge pull request #39 from stefanct/masterBryan Hundven2-0/+15
Add patch to fix building glibc 2.20 on sparc
2015-02-02scripts/*/*.sh: prioritize http downloadsBryan Hundven6-9/+14
Prirotize http downloads before ftp downloads. By having http download first, those using proxy will work with the current download mechnism. This tells me that that mechnism needs to be updated. (proxy support and/or kconfig toggles) closes #3 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-02-01Add patch to fix building glibc 2.20 on sparcStefan2-0/+15
This actually comes from upstream: https://sourceware.org/ml/libc-alpha/2014-09/msg00317.html It is needed for plain glibc as well as linaro's version. A symlink is added for the latter's version 2.20-2014.11. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at>
2015-01-28glibc: Fix pkgversion and bugurl supportBryan Hundven1-1/+6
glibc versions that don't support --with-pkgversion or --with-bugurl will cause a harmless: ==================== configure: WARNING: unrecognized options: --with-bugurl...` ==================== If it's set, use it, if it's a recognized option. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-01-28eglibc: Remove eglibc supportBryan Hundven26-1645/+810
As posted on http://www.eglibc.org/ ==================== EGLIBC is no longer developed and such goals are now being addressed directly in GLIBC. ==================== I'm not interested in maintaining build support for unsupported software. Older branches of crosstool-ng continue to have eglibc support. If you find issues with older branches, I'm always open to pull requests. Removing eglibc also frees up glibc cleanup and build optimization. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-01-27Merge pull request #36 from netzimme/masterBryan Hundven2-0/+543
arch/sample : add sample file for the nios2 architecture