Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcc: add GCC 4.7.2 | Florian Fainelli | 2012-10-14 | 17 | -1/+9884 |
| | | | | SVN-Revision: 33763 | ||||
* | gcc: add GCC 4.6.3 | Florian Fainelli | 2012-10-14 | 18 | -1/+10066 |
| | | | | SVN-Revision: 33762 | ||||
* | gcc: update 4.5-linaro to 4.5-2012.03 | Florian Fainelli | 2012-10-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 33760 | ||||
* | gcc: update 4.7-linaro to 4.7-2012.10 | Florian Fainelli | 2012-10-13 | 5 | -471/+3 |
| | | | | SVN-Revision: 33759 | ||||
* | gcc: update gcc-4.6-linaro to 4.6-2012.10 | Florian Fainelli | 2012-10-13 | 3 | -205/+3 |
| | | | | SVN-Revision: 33758 | ||||
* | gcc: add --with-long-double-128 for SPARC toolchain | Florian Fainelli | 2012-10-12 | 1 | -0/+1 |
| | | | | | | This is required in order to build the final compiler. SVN-Revision: 33739 | ||||
* | gcc: backport struct siginfo -> siginfo_t renaming | Florian Fainelli | 2012-10-12 | 4 | -0/+608 |
| | | | | | | Otherwise newer eglibc toolchain will simply fail to build. SVN-Revision: 33736 | ||||
* | build: add the + token to any commands that can pass through the jobserver, ↵ | Felix Fietkau | 2012-09-23 | 3 | -3/+3 |
| | | | | | | fixes parallel build on some systems SVN-Revision: 33523 | ||||
* | gcc: enable parallel builds | Felix Fietkau | 2012-09-15 | 4 | -3/+5 |
| | | | | SVN-Revision: 33444 | ||||
* | gcc: add upstream fixes for GCC bug 54494 | Florian Fainelli | 2012-09-07 | 2 | -0/+74 |
| | | | | | | See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54494 for more infos. SVN-Revision: 33329 | ||||
* | gcc: add upstream fixes for GCC bug 54369 | Florian Fainelli | 2012-09-07 | 4 | -0/+180 |
| | | | | | | See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54369 for more infos. SVN-Revision: 33328 | ||||
* | toolchain: fix up lib64 symlink to lib before copying the initial prefix dir ↵ | Felix Fietkau | 2012-06-30 | 1 | -0/+2 |
| | | | | | | to avoid errors on copying SVN-Revision: 32556 | ||||
* | toolchain/gcc: fix installing the toolchain after removing the toolchain dir ↵ | Felix Fietkau | 2012-06-30 | 1 | -2/+8 |
| | | | | | | without a full rebuild SVN-Revision: 32554 | ||||
* | toolchain: keep the initial gcc around for later uclibc rebuilds | Felix Fietkau | 2012-06-30 | 1 | -1/+4 |
| | | | | | | | | | | | testing uclibc changes is tricky because the final gcc tends to miscompile uclibc code or barf up internal compiler errors. install binutils into $(TOOLCHAIN_DIR)/initial (without changing the configure prefix) and copy it from there to $(TOOLCHAIN_DIR)/ so that the initial gcc can be put into $(PATH) for the uclibc build, even if the final gcc is already installed. SVN-Revision: 32553 | ||||
* | toolchain: install libgcc for minimal gcc, needed by newer eglibc versions | Felix Fietkau | 2012-06-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 32100 | ||||
* | switch to 2.6.38 | Imre Kaloz | 2012-05-01 | 1 | -7/+8 |
| | | | | SVN-Revision: 31546 | ||||
* | gcc: fix getenv() patches for 4.4.7 and 4.5-linaro | Jo-Philipp Wich | 2012-04-27 | 2 | -1/+15 |
| | | | | SVN-Revision: 31489 | ||||
* | remove screwed up patch for gcc 4.7-linaro which got committed by accident | Mirko Vogt | 2012-04-21 | 1 | -247/+0 |
| | | | | SVN-Revision: 31393 | ||||
* | add support for GCC 4.7-linaro (based on GCC 4.7.1) | Mirko Vogt | 2012-04-21 | 19 | -1/+10373 |
| | | | | SVN-Revision: 31392 | ||||
* | gcc: add patch to make the getenv() spec function nonfatal if requested ↵ | Jo-Philipp Wich | 2012-04-21 | 4 | -0/+56 |
| | | | | | | environment variable is unset SVN-Revision: 31390 | ||||
* | toolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problems | Jo-Philipp Wich | 2012-04-12 | 1 | -0/+241 |
| | | | | SVN-Revision: 31255 | ||||
* | upgrade to gcc 4.4.7 | Imre Kaloz | 2012-04-09 | 17 | -11/+11 |
| | | | | SVN-Revision: 31230 | ||||
* | add support for gcc 4.7.0 - thanks to acoul! | Mirko Vogt | 2012-04-07 | 16 | -0/+9873 |
| | | | | SVN-Revision: 31216 | ||||
* | toolchain/gcc-4.6.2: fix v4bx patch | Gabor Juhos | 2012-03-18 | 1 | -7/+6 |
| | | | | SVN-Revision: 30970 | ||||
* | toolchain/gcc-4.6-linaro: fix v4bx patch | Gabor Juhos | 2012-03-18 | 1 | -7/+6 |
| | | | | SVN-Revision: 30969 | ||||
* | gcc: now that the gpr save/restore issues are taken care of, remove the ↵ | Felix Fietkau | 2012-03-05 | 1 | -4/+0 |
| | | | | | | -Os/-O2 workaround that dealt with it earlier SVN-Revision: 30815 | ||||
* | gcc: do not emit references to _savegpr_* and _restgpr_* on powerpc, as they ↵ | Felix Fietkau | 2012-03-05 | 1 | -0/+20 |
| | | | | | | are tricky to deal with wrt. libgcc. they cannot be linked dynamically SVN-Revision: 30814 | ||||
* | gcc: use .eh_frame sections for exception handling stack unwind - saves ↵ | Felix Fietkau | 2012-02-17 | 1 | -0/+29 |
| | | | | | | about 400 bytes on every executable or shared library SVN-Revision: 30614 | ||||
* | gcc: enable --with-headers for the final toolchain build | Felix Fietkau | 2012-02-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 30613 | ||||
* | gcc 4.6: port over the missing patch 850-use_shared_libgcc.patch to prevent ↵ | Felix Fietkau | 2012-02-12 | 1 | -0/+68 |
| | | | | | | libgcc crap from leaking into every single binary SVN-Revision: 30486 | ||||
* | upgrade vanilla gcc to 4.6.2 | Imre Kaloz | 2012-02-12 | 15 | -12/+12 |
| | | | | SVN-Revision: 30470 | ||||
* | use Linaro GCC 4.6 by default | Imre Kaloz | 2012-02-12 | 2 | -8/+5 |
| | | | | SVN-Revision: 30467 | ||||
* | update to latest Linaro releases | Imre Kaloz | 2012-02-12 | 1 | -5/+5 |
| | | | | SVN-Revision: 30466 | ||||
* | invoke patch-specs.sh in the gcc/final install stage. Patch up OpenWrts own ↵ | Jo-Philipp Wich | 2012-01-18 | 1 | -0/+1 |
| | | | | | | cross toolchains to always search headers and libraries in $STAGING_DIR, this should solve most issues with missing headers, indirect linking and not found libraries. At a later stage, all -I and -L flags will be purged from TARGET_LDFLAGS and TARGET_CPPFLAGS. SVN-Revision: 29768 | ||||
* | upgrade to latest linaro releases | Imre Kaloz | 2012-01-14 | 7 | -34/+17 |
| | | | | SVN-Revision: 29748 | ||||
* | gcc: always explicitly link against libstdc++, fixes build errors on some ↵ | Felix Fietkau | 2012-01-12 | 1 | -1/+1 |
| | | | | | | hosts that refuse to link it in implicitly (should fix #10587) SVN-Revision: 29721 | ||||
* | gcc: add 4.6-linaro version 4.6-2011.08 | Hauke Mehrtens | 2011-08-18 | 15 | -6/+9865 |
| | | | | SVN-Revision: 28042 | ||||
* | gcc: make patches apply for gcc 4.5-linaro version 4.5-2011.08 | Hauke Mehrtens | 2011-08-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 28041 | ||||
* | gcc: move patches as the name changed. This was missing in r28038. | Hauke Mehrtens | 2011-08-18 | 15 | -0/+0 |
| | | | | SVN-Revision: 28040 | ||||
* | gcc: update gcc-4.5-linaro to 4.5-2011.08 | Hauke Mehrtens | 2011-08-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 28039 | ||||
* | gcc: rename linaro to 4.5-linaro | Hauke Mehrtens | 2011-08-18 | 3 | -9/+9 |
| | | | | SVN-Revision: 28038 | ||||
* | In R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. Add it back. | Imre Kaloz | 2011-07-12 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 27599 | ||||
* | the only reasons for having 4.4 around are avr32 and ubicom32, so make it ↵ | Imre Kaloz | 2011-07-08 | 1 | -0/+1 |
| | | | | | | depend on them SVN-Revision: 27559 | ||||
* | toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek) | Felix Fietkau | 2011-07-08 | 1 | -1/+0 |
| | | | | SVN-Revision: 27556 | ||||
* | fix ppc toolchain build | Imre Kaloz | 2011-07-07 | 1 | -0/+11 |
| | | | | SVN-Revision: 27551 | ||||
* | simplify configuration | Imre Kaloz | 2011-07-02 | 2 | -12/+5 |
| | | | | SVN-Revision: 27353 | ||||
* | nuke support for older gcc versions, except for 4.4.6 (needed for avr32 and ↵ | Imre Kaloz | 2011-07-02 | 45 | -120789/+1 |
| | | | | | | ubicom32) SVN-Revision: 27351 | ||||
* | both coldfire and etrax are broken and should use a newer gcc when they will ↵ | Imre Kaloz | 2011-07-02 | 1 | -1/+0 |
| | | | | | | be fixed SVN-Revision: 27350 | ||||
* | switch avr32 to gcc 4.4, also powerpc targets should work fine with linaro ↵ | Imre Kaloz | 2011-07-01 | 1 | -2/+2 |
| | | | | | | releases SVN-Revision: 27338 | ||||
* | bump the 4.4 flavour to 4.4.6 | Imre Kaloz | 2011-07-01 | 17 | -22/+22 |
| | | | | SVN-Revision: 27337 |