aboutsummaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches
Commit message (Collapse)AuthorAge
...
* gcc: don't build documentationLuka Perkov2013-02-26
| | | | | | | | This closes #13039. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35807
* gcc: remove support for 4.6.2Luka Perkov2013-02-26
| | | | | | | | | There are no good reasons for keeping this version around when 4.6.3 and 4.6-linaro are there. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35805
* toolchain/gcc: fix the mips64 linker path to be more musl conformingFlorian Fainelli2013-01-29
| | | | | | | | musl libc does not use /lib32 or /lib64 directories, just /lib Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35406
* gcc: fix build for MIPS64 targets introduced by musl patchFlorian Fainelli2013-01-07
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35046
* remove support for ubicom32Florian Fainelli2012-11-30
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34432
* gcc/4.5-linaro: backport musl patchFlorian Fainelli2012-11-29
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34425
* add preliminary support for muslFlorian Fainelli2012-11-23
| | | | | | | | Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34314
* gcc: remove support for 4.7.0Florian Fainelli2012-11-21
| | | | | | | | | There are no good reasons for keeping this version around when 4.7.2 and 4.7-linaro are there. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34296
* gcc: add GCC 4.7.2Florian Fainelli2012-10-14
| | | | SVN-Revision: 33763
* gcc: add GCC 4.6.3Florian Fainelli2012-10-14
| | | | SVN-Revision: 33762
* gcc: update 4.7-linaro to 4.7-2012.10Florian Fainelli2012-10-13
| | | | SVN-Revision: 33759
* gcc: update gcc-4.6-linaro to 4.6-2012.10Florian Fainelli2012-10-13
| | | | SVN-Revision: 33758
* gcc: backport struct siginfo -> siginfo_t renamingFlorian Fainelli2012-10-12
| | | | | | Otherwise newer eglibc toolchain will simply fail to build. SVN-Revision: 33736
* gcc: add upstream fixes for GCC bug 54494Florian Fainelli2012-09-07
| | | | | | See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54494 for more infos. SVN-Revision: 33329
* gcc: add upstream fixes for GCC bug 54369Florian Fainelli2012-09-07
| | | | | | See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54369 for more infos. SVN-Revision: 33328
* switch to 2.6.38Imre Kaloz2012-05-01
| | | | SVN-Revision: 31546
* gcc: fix getenv() patches for 4.4.7 and 4.5-linaroJo-Philipp Wich2012-04-27
| | | | SVN-Revision: 31489
* remove screwed up patch for gcc 4.7-linaro which got committed by accidentMirko Vogt2012-04-21
| | | | SVN-Revision: 31393
* add support for GCC 4.7-linaro (based on GCC 4.7.1)Mirko Vogt2012-04-21
| | | | SVN-Revision: 31392
* gcc: add patch to make the getenv() spec function nonfatal if requested ↵Jo-Philipp Wich2012-04-21
| | | | | | environment variable is unset SVN-Revision: 31390
* toolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problemsJo-Philipp Wich2012-04-12
| | | | SVN-Revision: 31255
* upgrade to gcc 4.4.7Imre Kaloz2012-04-09
| | | | SVN-Revision: 31230
* add support for gcc 4.7.0 - thanks to acoul!Mirko Vogt2012-04-07
| | | | SVN-Revision: 31216
* toolchain/gcc-4.6.2: fix v4bx patchGabor Juhos2012-03-18
| | | | SVN-Revision: 30970
* toolchain/gcc-4.6-linaro: fix v4bx patchGabor Juhos2012-03-18
| | | | SVN-Revision: 30969
* gcc: do not emit references to _savegpr_* and _restgpr_* on powerpc, as they ↵Felix Fietkau2012-03-05
| | | | | | 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 Fietkau2012-02-17
| | | | | | about 400 bytes on every executable or shared library SVN-Revision: 30614
* gcc 4.6: port over the missing patch 850-use_shared_libgcc.patch to prevent ↵Felix Fietkau2012-02-12
| | | | | | libgcc crap from leaking into every single binary SVN-Revision: 30486
* upgrade vanilla gcc to 4.6.2Imre Kaloz2012-02-12
| | | | SVN-Revision: 30470
* upgrade to latest linaro releasesImre Kaloz2012-01-14
| | | | SVN-Revision: 29748
* gcc: add 4.6-linaro version 4.6-2011.08Hauke Mehrtens2011-08-18
| | | | SVN-Revision: 28042
* gcc: make patches apply for gcc 4.5-linaro version 4.5-2011.08Hauke Mehrtens2011-08-18
| | | | SVN-Revision: 28041
* gcc: move patches as the name changed. This was missing in r28038.Hauke Mehrtens2011-08-18
| | | | SVN-Revision: 28040
* In R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. Add it back.Imre Kaloz2011-07-12
| | | | | | Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 27599
* fix ppc toolchain buildImre Kaloz2011-07-07
| | | | SVN-Revision: 27551
* nuke support for older gcc versions, except for 4.4.6 (needed for avr32 and ↵Imre Kaloz2011-07-02
| | | | | | ubicom32) SVN-Revision: 27351
* bump the 4.4 flavour to 4.4.6Imre Kaloz2011-07-01
| | | | SVN-Revision: 27337
* replace gcc 4.5.2 support with 4.6.1Imre Kaloz2011-07-01
| | | | SVN-Revision: 27333
* add the latest avr32 toolchain patches (with additional fixes)Imre Kaloz2011-07-01
| | | | SVN-Revision: 27332
* upgrade the linaro gcc to 2011.06Imre Kaloz2011-07-01
| | | | SVN-Revision: 27326
* remove empty file (patch went upstream and file didn't get deleted but only ↵Mirko Vogt2011-06-07
| | | | | | cleared) SVN-Revision: 27122
* upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark MentovaiMirko Vogt2011-06-07
| | | | SVN-Revision: 27118
* gcc: move the optimized assembler helpers back into the static libgcc and ↵Felix Fietkau2011-03-08
| | | | | | skip relinking for this arch. due to relocation constraints, the assembler functions cannot be in the shared libgcc and must always be linked in statically SVN-Revision: 25952
* gcc: include assembler functions in the shared libgcc_s library, fixes ↵Felix Fietkau2011-03-06
| | | | | | missing symbol issues on powerpc SVN-Revision: 25912
* toolchain/gcc (linaro): fix extension elimination optimizationFelix Fietkau2011-03-04
| | | | | | | | | This applies Richard Sandiford's patch for Linaro GCC as an alternative to disabling the Linaro-specific extension elimination optimization altogether. Original patch: https://bugs.launchpad.net/gcc-linaro/+bug/728315 Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 25871
* toolchain/gcc: fix r25709 (closes #8964)Alexandros C. Couloumbis2011-03-03
| | | | SVN-Revision: 25844
* gcc: disable extension elimination, it causes hostapd to be miscompiled on mipsFelix Fietkau2011-03-02
| | | | SVN-Revision: 25834
* toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packagesFelix Fietkau2011-03-01
| | | | SVN-Revision: 25807
* gcc-linaro: fix the libgcc spec to default to using the shared libgccFelix Fietkau2011-03-01
| | | | SVN-Revision: 25801
* backport fa526 optimization for gcc 4.5+Imre Kaloz2011-02-25
| | | | SVN-Revision: 25709