| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | toolchain/gcc: fix installing the toolchain after removing the toolchain dir ... | nbd | 2012-06-30 | 1 | -2/+8 |
* | toolchain: keep the initial gcc around for later uclibc rebuilds | nbd | 2012-06-30 | 1 | -1/+4 |
* | toolchain: install libgcc for minimal gcc, needed by newer eglibc versions | nbd | 2012-06-07 | 1 | -2/+2 |
* | [coldfire]: switch to 2.6.38 | kaloz | 2012-05-01 | 1 | -7/+8 |
* | [toolchain] gcc: fix getenv() patches for 4.4.7 and 4.5-linaro | jow | 2012-04-27 | 2 | -1/+15 |
* | [toolchain/gcc] remove screwed up patch for gcc 4.7-linaro which got committe... | mirko | 2012-04-21 | 1 | -247/+0 |
* | [toolchain/gcc] add support for GCC 4.7-linaro (based on GCC 4.7.1) | mirko | 2012-04-21 | 19 | -1/+10373 |
* | [toolchain] gcc: add patch to make the getenv() spec function nonfatal if req... | jow | 2012-04-21 | 4 | -0/+56 |
* | toolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problems | jow | 2012-04-12 | 1 | -0/+241 |
* | [toolchain/gcc/4.4]: upgrade to gcc 4.4.7 | kaloz | 2012-04-09 | 17 | -11/+11 |
* | [toolchain/gcc] add support for gcc 4.7.0 - thanks to acoul! | mirko | 2012-04-07 | 16 | -0/+9873 |
* | toolchain/gcc-4.6.2: fix v4bx patch | juhosg | 2012-03-18 | 1 | -7/+6 |
* | toolchain/gcc-4.6-linaro: fix v4bx patch | juhosg | 2012-03-18 | 1 | -7/+6 |
* | gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-... | nbd | 2012-03-05 | 1 | -4/+0 |
* | gcc: do not emit references to _savegpr_* and _restgpr_* on powerpc, as they ... | nbd | 2012-03-05 | 1 | -0/+20 |
* | gcc: use .eh_frame sections for exception handling stack unwind - saves about... | nbd | 2012-02-17 | 1 | -0/+29 |
* | gcc: enable --with-headers for the final toolchain build | nbd | 2012-02-17 | 1 | -0/+1 |
* | gcc 4.6: port over the missing patch 850-use_shared_libgcc.patch to prevent l... | nbd | 2012-02-12 | 1 | -0/+68 |
* | [toolchain/gcc]: upgrade vanilla gcc to 4.6.2 | kaloz | 2012-02-12 | 15 | -12/+12 |
* | [tolchain/gcc]: use Linaro GCC 4.6 by default | kaloz | 2012-02-12 | 2 | -8/+5 |
* | [toolchain/gcc]: update to latest Linaro releases | kaloz | 2012-02-12 | 1 | -5/+5 |
* | [toolchain] invoke patch-specs.sh in the gcc/final install stage. | jow | 2012-01-18 | 1 | -0/+1 |
* | [toolchain/gcc]: upgrade to latest linaro releases | kaloz | 2012-01-14 | 7 | -34/+17 |
* | gcc: always explicitly link against libstdc++, fixes build errors on some hos... | nbd | 2012-01-12 | 1 | -1/+1 |
* | gcc: add 4.6-linaro version 4.6-2011.08 | hauke | 2011-08-18 | 15 | -6/+9865 |
* | gcc: make patches apply for gcc 4.5-linaro version 4.5-2011.08 | hauke | 2011-08-18 | 1 | -1/+1 |
* | gcc: move patches as the name changed. | hauke | 2011-08-18 | 15 | -0/+0 |
* | gcc: update gcc-4.5-linaro to 4.5-2011.08 | hauke | 2011-08-18 | 1 | -2/+2 |
* | gcc: rename linaro to 4.5-linaro | hauke | 2011-08-18 | 3 | -9/+9 |
* | [toolchain]: In R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. | kaloz | 2011-07-12 | 1 | -3/+3 |
* | [toolchain/gcc]: the only reasons for having 4.4 around are avr32 and ubicom3... | kaloz | 2011-07-08 | 1 | -0/+1 |
* | toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek) | nbd | 2011-07-08 | 1 | -1/+0 |
* | [toolchain/gcc/linaro]: fix ppc toolchain build | kaloz | 2011-07-07 | 1 | -0/+11 |
* | [toolchain/gcc]: simplify configuration | kaloz | 2011-07-02 | 2 | -12/+5 |
* | [toolchain]: nuke support for older gcc versions, except for 4.4.6 (needed fo... | kaloz | 2011-07-02 | 45 | -120789/+1 |
* | [toolchain/gcc]: both coldfire and etrax are broken and should use a newer gc... | kaloz | 2011-07-02 | 1 | -1/+0 |
* | [toolchain/gcc]: switch avr32 to gcc 4.4, also powerpc targets should work fi... | kaloz | 2011-07-01 | 1 | -2/+2 |
* | [toolchain/gcc]: bump the 4.4 flavour to 4.4.6 | kaloz | 2011-07-01 | 17 | -22/+22 |
* | [toolchain]: replace gcc 4.5.2 support with 4.6.1 | kaloz | 2011-07-01 | 19 | -441/+150 |
* | [toolchain]: add the latest avr32 toolchain patches (with additional fixes) | kaloz | 2011-07-01 | 8 | -6/+22797 |
* | [toolchain/gcc]: upgrade the linaro gcc to 2011.06 | kaloz | 2011-07-01 | 4 | -8/+8 |
* | [toolchain] add gfortran compiler support (#9600, patch from Xiangfu Liu via ... | jow | 2011-06-23 | 2 | -1/+9 |
* | [toolchain] introduce option to enable setjump()/longjump() based C++ excepti... | jow | 2011-06-23 | 2 | -0/+14 |
* | [toolchain/gcc] remove empty file (patch went upstream and file didn't get de... | mirko | 2011-06-07 | 1 | -0/+0 |
* | [toolchain/gcc] upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovai | mirko | 2011-06-07 | 10 | -51/+35 |
* | gcc: move the optimized assembler helpers back into the static libgcc and ski... | nbd | 2011-03-08 | 1 | -20/+11 |
* | gcc: include assembler functions in the shared libgcc_s library, fixes missin... | nbd | 2011-03-06 | 1 | -1/+41 |
* | toolchain/gcc (linaro): fix extension elimination optimization | nbd | 2011-03-04 | 2 | -11/+18 |
* | toolchain/gcc: fix r25709 (closes #8964) | acoul | 2011-03-03 | 1 | -7/+7 |
* | gcc: disable extension elimination, it causes hostapd to be miscompiled on mips | nbd | 2011-03-02 | 1 | -0/+11 |