aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #39 from stefanct/masterBryan Hundven2015-02-012-0/+15
|\ | | | | Add patch to fix building glibc 2.20 on sparc
| * Add patch to fix building glibc 2.20 on sparcStefan2015-02-012-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>
* Merge pull request #36 from netzimme/masterBryan Hundven2015-01-262-0/+543
|\ | | | | arch/sample : add sample file for the nios2 architecture
| * arch/sample : add sample file for the nios2 architectureDaniel Zimmermann2015-01-272-0/+543
| | | | | | | | add sample file for the nios2 architecture.
* | Merge pull request #35 from netzimme/masterBryan Hundven2015-01-262-0/+22
|\| | | | | arch/nios2:add nios2
| * arch/nios2:add nios2Daniel Zimmermann2015-01-262-0/+22
|/ | | | | | add the nios2 architecture to crosstool-ng. Signed-off-by: Daniel Zimmermann <netzimme@gmail.com>
* Merge pull request #24 from Christopher83/masterBryan Hundven2015-01-2613-67/+157
|\ | | | | Add the support to choose, download and build latest Linaro toolchain components
| * config/linux: Update kernel versionsCristoforo Cataldo2015-01-161-12/+17
| | | | | | | | | | | | | | This commit updates to the latest longterm and stable kernel versions as of January 16, 2015 and adds also 3.18 version. Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
| * libc: newlib: Add NewLib 2.2.0, Linaro NewLib 2.2.0-2015.01 and 2.1.0-2014.09Cristoforo Cataldo2015-01-162-6/+26
| | | | | | | | | | | | | | | | | | This commit allows to choose, download and build latest NewLib: - newlib-2.2.0 - newlib-linaro-2.2.0-2015.01 - newlib-linaro-2.1.0-2014.09 Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
| * libc: glibc: Add Linaro GLibc 2.20-2014.11Cristoforo Cataldo2015-01-162-3/+17
| | | | | | | | | | | | | | This commit allows to choose, download and build latest Linaro GLibC: - glibc-linaro-2.20-2014.11 Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
| * libc: eglibc: Add Linaro EGLibc 2.19-2014.08Cristoforo Cataldo2015-01-162-0/+15
| | | | | | | | | | | | | | This commit allows to choose, download and build latest Linaro EGLibC: - eglibc-linaro-2.19-2014.08 Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
| * debug: gdb: Add Linaro GDB 7.8-2014.09 and Linaro GDB 7.6.1-2013.10Cristoforo Cataldo2015-01-162-29/+38
| | | | | | | | | | | | | | | | This commit allows to choose, download and build latest Linaro GDB: - gdb-linaro-7.8-2014.09 - gdb-linaro-7.6.1-2013.10 Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
| * gcc: Add Linaro GCC 4.9-2015.01 and GCC 4.8-2014.11Cristoforo Cataldo2015-01-162-14/+22
| | | | | | | | | | | | | | | | This commit allows to choose, download and build latest Linaro GCC: - gcc-linaro-4.9-2015.01 - gcc-linaro-4.8-2014.11 Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
| * binutils: Add Linaro Binutils 2.25-2015.01 and 2.24-2014.11Cristoforo Cataldo2015-01-162-3/+22
| | | | | | | | | | | | | | | | This commit allows to choose, download and build latest Linaro Binutils: - binutils-linaro-2.25.0-2015.01-2 - binutils-linaro-2.24.0-2014.11-2 Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
* | Merge pull request #22 from Ledest/masterBryan Hundven2015-01-261-6/+8
|\ \ | | | | | | fix bashisms in patch-rework.sh script
| * | Fix bashisms in patch-rework.sh scriptLed2015-01-111-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | This script has a '#!/bin/sh' shabang and might be running on a POSIX shell. So replace bash-specific constructions (pushd/popd, for((...)), read with '-u' option) to POSIX-shell equivalents. Signed-off-by: Led ledest@gmail.com
* | | Merge pull request #26 from bhundven/patchwork-andreas-bießmannBryan Hundven2015-01-261-0/+12
|\ \ \ | |_|/ |/| | uClibc: fix darwin build
| * | uClibc: fix darwin buildAndreas Bießmann2015-01-081-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uClibc's unifdef tool declares strlcpy(3) which is problematic on OS X. There (and probably on other systems) strlcpy(3) is defined as a macro, re-declaring it here will fail cause the macro expansion will generate an invalid function name. The declaration of strlcpy(3) is however useless cause it is never used in the tool. Also upstream patch 2a021ae81c36f4281883a3195f7ce81504edf978 will remove it. Using that patch here is overkill, cause it rewrites a lot of the unifdef.c code. Signed-off-by: Andreas Bießmann <andreas@biessmann.de> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
* | | Merge pull request #32 from manni83/e500v2Bryan Hundven2015-01-134-0/+174
|\ \ \ | | | | | | | | Adding upstream patches of powerpc-e500v2-linux-gnuspe
| * | | cc/gcc: added upstream patches for powerpc-e500v2-linux-gnuspe.Manfred Rudigier2015-01-093-0/+168
| | | | | | | | | | | | | | | | Signed-off-by: Manfred Rudigier <manfred.rudigier@omicron.at>
| * | | Added gcc 4.8.4.Manfred Rudigier2015-01-091-0/+6
| |/ / | | | | | | | | | Signed-off-by: Manfred Rudigier <manfred.rudigier@omicron.at>
* | | Merge pull request #25 from bhundven/patchworks-bernhard_walleBryan Hundven2015-01-103-0/+52
|\ \ \ | | | | | | | | Patchwork bernhard walle
| * | | cc/gcc: Fix dynamic linker path for hard float libcBernhard Walle2015-01-081-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When compiling glibc 2.16 and gcc 4.7.4 with CT_ARCH_FLOAT="hard", I end up in a dynamic linker called /lib/ld-linux-armhf.so.3, but gcc compiles the binaries with an ELF interpreter /lib/ld-linux.so.3. That doesn't work. This patch (which is included in recent gcc version and also is included in Linaro 4.7 versions) fixes the problem. I just stripped the ChangeLog diff from the original commit. Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
| * | | comptools/make: Install 'gmake' symlinkBernhard Walle2015-01-082-0/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had following problem: We're building a toolchain with an old glibc version for compatibility with old Linux distributions (glibc 2.9). This version requires make < 4 to build. However, the configure script of glibc looks for make in the order "gnumake", "gmake" and "make". So when "gmake" is available in the system (which is the case on Gentoo Linux per default, unfortunately), then configure finds the system gmake 4.1 instead of the ct-ng make 3.82. This patch adds an option to install a symlink so that 'gmake' is also available in the old version when building toolchains. Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
* | | Merge pull request #27 from bhundven/patchwork-bob-dunlopBryan Hundven2015-01-102-0/+16
|\ \ \ | | | | | | | | Patch newlib-2.xx optimising for space Append flags to CFLAGS_FOR_TARGET rather than replacing.
| * | | Patch newlib-2.xx optimising for space Append flags to CFLAGS_FOR_TARGET ↵Bob Dunlop2015-01-082-0/+16
| |/ / | | | | | | | | | rather than replacing.
* | | Merge pull request #29 from diorcety-ctng/updatesBryan Hundven2015-01-102-13/+27
|\ \ \ | |/ / |/| | config.{sub,guess}: Update to latest
| * | config.{sub,guess}: Update to latestRay Donnelly2015-01-102-13/+27
|/ / | | | | | | | | | | From http://git.savannah.gnu.org/gitweb/?p=config.git Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
* | Merge pull request #19 from davidholsgrove/newlib_headersBryan Hundven2015-01-072-12/+6
|\ \ | | | | | | Newlib headers for Canadian Crosses
| * | cc/gcc: Remove copyheaders toggle in do_cc_core_backend, make defaultDavid Holsgrove2015-01-021-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Canadian Cross compile for baremetal fails with error; checking for the value of EOF... configure: error: computing EOF failed which is due to libstdc++ configure not being able to find stdio.h Having all modes of the core compiler copyheaders from CT_HEADERS_DIR (in combination with previous patch for newlib to add a do_libc_start_files function to copy into the CT_HEADERS_DIR) resolves this. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
| * | libc/newlib: Add do_libc_start_files to copy headers to CT_HEADERS_DIRDavid Holsgrove2015-01-021-4/+4
| |/ | | | | | | | | | | | | Require access to newlibs headers in gcc.sh, matching other libc components. Resolves issue with headers not found. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
* | Merge pull request #20 from bhundven/masterBryan Hundven2015-01-024-0/+91
|\ \ | | | | | | binutils: Add binutils-2.25
| * | binutils: Add binutils-2.25Bryan Hundven2015-01-014-0/+91
|/ / | | | | | | | | | | This also updates the patches from 2.24. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #16 from bhundven/masterBryan Hundven2015-01-012-2/+15
|\ \ | |/ |/| gmp: Disable --enable-mpbsd if version is >= 5.0.2
| * gmp: Disable --enable-mpbsd if version is >= 5.0.2Bryan Hundven2014-12-232-2/+15
|/ | | | | | closes #12 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #13 from davidholsgrove/newlib_canadianBryan Hundven2014-12-151-1/+2
|\ | | | | libc/newlib: Canadian baremetal builds require core pass-1
| * libc/newlib: Canadian baremetal builds require core pass-1David Holsgrove2014-12-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | Can safely skip the core pass-1 for normal baremetal builds, but when building a canadian baremetal, the repair_cc functionality (GCC_FOR_TARGET) in gcc.sh will force the core pass-2 to attempt to build gcc and libgcc without a ${CT_TARGET}-gcc existing, causing a failure on ${CT_TARGET}-gcc -dumpspecs > tmp-specs Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
* | Merge pull request #14 from davidholsgrove/glibc_rpcBryan Hundven2014-12-151-2/+3
|\ \ | | | | | | libc/glibc: install obsolete RPC for both eglibc and glibc
| * | libc/glibc: install obsolete RPC for both eglibc and glibcJérôme BARDON2014-12-151-2/+3
| |/ | | | | | | | | | | | | | | | | Currently, the obsolete RPC headers are only installed for eglibc, but glibc has the same /deficiency/, so install the obsolete RPC for both. Signed-off-by: Jérôme BARDON <bardon.pro@gmail.com> Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
* | Merge pull request #11 from jrbyrne/workingBryan Hundven2014-12-151-10/+10
|\ \ | | | | | | config/linux: Update kernel versions
| * | config/linux: Update kernel versionsJames Byrne2014-12-111-10/+10
| |/ | | | | | | | | | | | | This commit updates to the latest longterm and stable kernel versions as of December 10, 2014. Signed-off-by: James Byrne <james.byrne@origamienergy.com>
* | Merge pull request #6 from davidholsgrove/libc_custom_locationBryan Hundven2014-12-155-7/+71
|\ \ | |/ |/| Libc custom location
| * libc/{,e}glibc: If using custom {e}glibc, dont extract or patchDavid Holsgrove2014-12-091-3/+9
| | | | | | | | | | | | | | If custom {e}glibc is being used, no need to carry out the extract or patching phase of scripts/build/libc/glibc-eglibc.sh-common Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
| * libc/eglibc: Add CUSTOM version and CUSTOM_LOCATION config options and GetCustomDavid Holsgrove2014-12-092-3/+33
| | | | | | | | | | | | | | CUSTOM_LOCATION config options only presented in menuconfig if component CUSTOM version selected. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
| * libc/glibc: Add CUSTOM version and CUSTOM_LOCATION config options and GetCustomDavid Holsgrove2014-12-092-1/+29
| | | | | | | | | | | | | | CUSTOM_LOCATION config options only presented in menuconfig if component CUSTOM version selected. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
* | Merge pull request #9 from bhundven/masterBryan Hundven2014-12-102-1/+3
|\ \ | | | | | | Fixes for glibc and gdb
| * | gdb: fix typo made in gdb build scriptBryan Hundven2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | I made a typo in: 1e17619b273fb49f8d2e162f34c26994698285b3 It should be version, not release. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
| * | config/glibc: Disable ports/ for 2.20Bryan Hundven2014-12-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per the glibc release notes for 2.20: -------------------------------------------------------------------------------- All supported architectures now use the main glibc sysdeps directory instead of some being in a separate "ports" directory (which was distributed separately before glibc 2.17). -------------------------------------------------------------------------------- There isn't a ports directory anymore. So disable using and forcing it. closes #7 on crosstool-ng github Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | | Merge pull request #10 from jrbyrne/workingBryan Hundven2014-12-102-1/+3
|\ \ \ | |/ / |/| | Update .gitignore files.
| * | Update .gitignore files.James Byrne2014-12-102-1/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current .gitignore files cause changes to files which are actually part of the repository to be ignored. This commit modifies the rules so that this does not happen. The files that were affected are: config/global/paths.in contrib/gcc-test-suite/Makefile docs/ct-ng.1.in kconfig/Makefile (as revealed by 'git ls-files --ignored --exclude-standard') Signed-off-by: James Byrne <james.byrne@origamienergy.com>