Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gcc: refresh patches for gcc 4.1.2 | Hauke Mehrtens | 2009-02-18 |
| | | | | SVN-Revision: 14554 | ||
* | fix gcc 4.3.x segfault triggered by using -frename-registers (reproduced on ↵ | Felix Fietkau | 2009-02-14 |
| | | | | | | arm, might be relevant for other platforms as well) SVN-Revision: 14505 | ||
* | gcc: add a patch to allow 3.4.6 to build for x86 (closes: #4548) | Nicolas Thill | 2009-02-02 |
| | | | | SVN-Revision: 14370 | ||
* | allow building and installing java for gcc-4.1.2 | Florian Fainelli | 2009-02-01 |
| | | | | SVN-Revision: 14348 | ||
* | gcc: add missing gcc 4.3.3 patches (copy of the 4.3.2 patches) | Felix Fietkau | 2009-01-27 |
| | | | | SVN-Revision: 14228 | ||
* | add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini! | Nicolas Thill | 2009-01-21 |
| | | | | SVN-Revision: 14131 | ||
* | add gcc eabi patches from #3988 | Felix Fietkau | 2009-01-17 |
| | | | | SVN-Revision: 14072 | ||
* | fix powerpc toolchain build failure on x86_64 hosts | Gabor Juhos | 2009-01-14 |
| | | | | SVN-Revision: 14036 | ||
* | add a fix preventing gcc build system from assuming that libc headers are ↵ | Nicolas Thill | 2009-01-12 |
| | | | | | | always available SVN-Revision: 13994 | ||
* | fix avr32 build breakage | Felix Fietkau | 2009-01-02 |
| | | | | SVN-Revision: 13802 | ||
* | fix gcc-4.2.4 when target != avr32 | Nicolas Thill | 2008-12-03 |
| | | | | SVN-Revision: 13493 | ||
* | nuke old gcc 4.2 versions | Imre Kaloz | 2008-12-02 |
| | | | | SVN-Revision: 13483 | ||
* | sync gcc patches with the Atmel 1.1.3 release | Imre Kaloz | 2008-12-02 |
| | | | | SVN-Revision: 13480 | ||
* | add patches to fixes gcc 4.2.x bugs: - fix gcc ICE when compiling ↵ | Nicolas Thill | 2008-09-18 |
| | | | | | | package/ath9k (closes: #3816) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37014 - fix "undefined reference to `fmsub'" error on powerpc http://bugs.uclibc.org/view.php?id=1588 SVN-Revision: 12623 | ||
* | add patch to fix EABI compiles on ARMv4 | Imre Kaloz | 2008-06-05 |
| | | | | SVN-Revision: 11365 | ||
* | gcc 4.2.4 support | Imre Kaloz | 2008-05-31 |
| | | | | SVN-Revision: 11310 | ||
* | refresh gcc-4.2.3 patches | Matteo Croce | 2008-05-21 |
| | | | | SVN-Revision: 11232 | ||
* | fixup ARM EABI on GCC 4.1.2 | Imre Kaloz | 2008-02-17 |
| | | | | SVN-Revision: 10480 | ||
* | revert ARM to oabi by default, add some eabi patches for fixing up the ↵ | Felix Fietkau | 2008-02-14 |
| | | | | | | toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes SVN-Revision: 10458 | ||
* | add GCC 4.2.3 | Imre Kaloz | 2008-02-07 |
| | | | | SVN-Revision: 10413 | ||
* | add another softfloat patch | Imre Kaloz | 2007-12-28 |
| | | | | SVN-Revision: 10007 | ||
* | add gcc 4.2.2 | Imre Kaloz | 2007-10-25 |
| | | | | SVN-Revision: 9443 | ||
* | changed the -fhonours-copts gcc patch, such that the function needs to be ↵ | John Crispin | 2007-10-07 |
| | | | | | | turned on explicitly SVN-Revision: 9167 | ||
* | Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵ | Felix Fietkau | 2007-07-31 |
| | | | | | | emit warnings in packages that don't use our target cflags properly SVN-Revision: 8256 | ||
* | add gcc 4.2.1 | Imre Kaloz | 2007-07-30 |
| | | | | SVN-Revision: 8223 | ||
* | fix gcc 4.2.0 compile for ppc | Felix Fietkau | 2007-06-28 |
| | | | | SVN-Revision: 7761 | ||
* | replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc ↵ | Felix Fietkau | 2007-06-28 |
| | | | | | | buildroot), adjust gcc makefile for PATCH_DIR changes SVN-Revision: 7753 | ||
* | add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵ | Imre Kaloz | 2007-06-08 |
| | | | | | | with wigyori SVN-Revision: 7533 | ||
* | Nuke lots of obsolete compiler versions Make gcc4 depend on !LINUX_2_4 - I'm ↵ | Felix Fietkau | 2007-03-28 |
| | | | | | | getting sick of seeing people complain about compile errors when trying to build brcm-2.4 with it. SVN-Revision: 6744 | ||
* | add gcc 4.1.2 (closes #1381) | Imre Kaloz | 2007-02-22 |
| | | | | SVN-Revision: 6343 | ||
* | fix locale stuff (and there was much rejoicing) | Imre Kaloz | 2006-11-28 |
| | | | | SVN-Revision: 5671 | ||
* | add a gcc 4.2 snapshot | Felix Fietkau | 2006-11-23 |
| | | | | SVN-Revision: 5625 | ||
* | Port the locale changes to the other gcc versions as well | Florian Fainelli | 2006-11-21 |
| | | | | SVN-Revision: 5608 | ||
* | Fix gcc config_largefile (#926) | Florian Fainelli | 2006-11-21 |
| | | | | SVN-Revision: 5598 | ||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 |