457 Commits (master)

Author SHA1 Message Date
Gabor Juhos 9c077ed0ae toolchain/gcc-4.6-linaro: fix v4bx patch 12 years ago
Felix Fietkau 40bf6ee842 gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-O2 workaround that dealt with it earlier 12 years ago
Felix Fietkau d8c570a153 gcc: do not emit references to _savegpr_* and _restgpr_* on powerpc, as they are tricky to deal with wrt. libgcc. they cannot be linked dynamically 12 years ago
Felix Fietkau a86e168c54 gcc: use .eh_frame sections for exception handling stack unwind - saves about 400 bytes on every executable or shared library 12 years ago
Felix Fietkau 42ed1bd9e6 gcc: enable --with-headers for the final toolchain build 12 years ago
Felix Fietkau dcfc40358b gcc 4.6: port over the missing patch 850-use_shared_libgcc.patch to prevent libgcc crap from leaking into every single binary 13 years ago
Imre Kaloz d252dd3d2e upgrade vanilla gcc to 4.6.2 13 years ago
Imre Kaloz 909abe4999 use Linaro GCC 4.6 by default 13 years ago
Imre Kaloz ed192cb5a6 update to latest Linaro releases 13 years ago
Jo-Philipp Wich 64dc82eab0 invoke patch-specs.sh in the gcc/final install stage. Patch up OpenWrts own 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. 13 years ago
Imre Kaloz 8fcdb09e1f upgrade to latest linaro releases 13 years ago
Felix Fietkau e3a21eb9f8 gcc: always explicitly link against libstdc++, fixes build errors on some hosts that refuse to link it in implicitly (should fix #10587) 13 years ago
Hauke Mehrtens cca287d05e gcc: add 4.6-linaro version 4.6-2011.08 13 years ago
Hauke Mehrtens ab380f46f4 gcc: make patches apply for gcc 4.5-linaro version 4.5-2011.08 13 years ago
Hauke Mehrtens 441e392e11 gcc: move patches as the name changed. This was missing in r28038. 13 years ago
Hauke Mehrtens 5f1d6c6c9b gcc: update gcc-4.5-linaro to 4.5-2011.08 13 years ago
Hauke Mehrtens a0c5616090 gcc: rename linaro to 4.5-linaro 13 years ago
Imre Kaloz 62daf628c0 In R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. Add it back. 13 years ago
Imre Kaloz 887b29bfbd the only reasons for having 4.4 around are avr32 and ubicom32, so make it depend on them 13 years ago
Felix Fietkau 9a560e48dd toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek) 13 years ago
Imre Kaloz 6d378e7b20 fix ppc toolchain build 13 years ago
Imre Kaloz a2c0394572 simplify configuration 13 years ago
Imre Kaloz 4fbc50d89a nuke support for older gcc versions, except for 4.4.6 (needed for avr32 and ubicom32) 13 years ago
Imre Kaloz 5f397b16ef both coldfire and etrax are broken and should use a newer gcc when they will be fixed 13 years ago
Imre Kaloz dde7babe01 switch avr32 to gcc 4.4, also powerpc targets should work fine with linaro releases 13 years ago
Imre Kaloz 9167521015 bump the 4.4 flavour to 4.4.6 13 years ago
Imre Kaloz be9a11b014 replace gcc 4.5.2 support with 4.6.1 13 years ago
Imre Kaloz 6d02667c07 add the latest avr32 toolchain patches (with additional fixes) 13 years ago
Imre Kaloz 7c4a91b216 upgrade the linaro gcc to 2011.06 13 years ago
Jo-Philipp Wich 28fbd7470d add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware) 13 years ago
Jo-Philipp Wich a56dab661a introduce option to enable setjump()/longjump() based C++ exceptions (#9185, patch from David Kuehling via Qi hardware) 13 years ago
Mirko Vogt 18caed8793 remove empty file (patch went upstream and file didn't get deleted but only cleared) 13 years ago
Mirko Vogt 59ad83aff1 upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovai 13 years ago
Felix Fietkau e52b720870 gcc: move the optimized assembler helpers back into the static libgcc and 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 13 years ago
Felix Fietkau 7b64200684 gcc: include assembler functions in the shared libgcc_s library, fixes missing symbol issues on powerpc 13 years ago
Felix Fietkau fff328fd41 toolchain/gcc (linaro): fix extension elimination optimization 13 years ago
Alexandros C. Couloumbis e2a0620d44 toolchain/gcc: fix r25709 (closes #8964) 13 years ago
Felix Fietkau d1f44a7598 gcc: disable extension elimination, it causes hostapd to be miscompiled on mips 13 years ago
Felix Fietkau c2e2651b71 toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packages 13 years ago
Felix Fietkau 23e18c9037 gcc-linaro: fix the libgcc spec to default to using the shared libgcc 13 years ago
Imre Kaloz aa6099c624 backport fa526 optimization for gcc 4.5+ 13 years ago
Imre Kaloz 446f79385b use the Linaro GCC for arm and mips targets 13 years ago
Imre Kaloz a3989e3dbd We use different toolchain directories for different ARM archs, so we should set the default arch of gcc to reflect this. 13 years ago
Imre Kaloz 0be1f2ba60 sync avr32 patch with the latest ones from atmel 13 years ago
Felix Fietkau ad6c7066a6 gcc: remove arch default duplication, fix version selection for !TOOLCHAINOPTS 14 years ago
Imre Kaloz 3e974e67b2 combine all avr32 patches into a single one 14 years ago
Imre Kaloz 667ac6c970 additional avr32 fixes 14 years ago
Imre Kaloz 82608a62ad refresh patches 14 years ago
Imre Kaloz 238721c650 fixup gcc version selection 14 years ago
Imre Kaloz 01a424b4f9 upgrade to 2011.02, rename patchset directory 14 years ago