Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | when choosing eglibc select eglibc version 2.13 by default | Mirko Vogt | 2012-04-18 | 1 | -2/+2 | |
| | | | | SVN-Revision: 31342 | |||||
* | remove patch '100-do-not-use-implicit-rules.patch' for eglibc 2.12 | Mirko Vogt | 2012-04-18 | 1 | -16/+0 | |
| | | | | | | Mentioned patch got obsoleted by commit 31300, since it went upstream meanwhile SVN-Revision: 31341 | |||||
* | level up eglibc versions to latest revisions of its respective branches | Mirko Vogt | 2012-04-16 | 1 | -3/+3 | |
| | | | | | | in particular this solves the issue that eglibc version 2.x produced so-files having the version string 2.(x-1) in its names which confused the toolchain SVN-Revision: 31300 | |||||
* | toolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problems | Jo-Philipp Wich | 2012-04-12 | 1 | -0/+241 | |
| | | | | SVN-Revision: 31255 | |||||
* | exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally ↵ | Jo-Philipp Wich | 2012-04-10 | 1 | -0/+1 | |
| | | | | | | without failing avr32 builds SVN-Revision: 31249 | |||||
* | 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 | |||||
* | backport upstream fix for dst computation | Florian Fainelli | 2012-03-26 | 1 | -0/+28 | |
| | | | | SVN-Revision: 31073 | |||||
* | 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 | |||||
* | glibc: remove all previous (ancient) versions, add 2.14 (partially based on ↵ | Felix Fietkau | 2012-02-12 | 15 | -266/+43 | |
| | | | | | | a patch and testing by WillieNL) SVN-Revision: 30478 | |||||
* | enable 2.22 for unsupported archs if BROKEN is enabled | Imre Kaloz | 2012-02-12 | 1 | -2/+2 | |
| | | | | SVN-Revision: 30471 | |||||
* | upgrade vanilla gcc to 4.6.2 | Imre Kaloz | 2012-02-12 | 15 | -12/+12 | |
| | | | | SVN-Revision: 30470 | |||||
* | use binutils 2.22 by default | Imre Kaloz | 2012-02-12 | 1 | -3/+6 | |
| | | | | SVN-Revision: 30469 | |||||
* | use uClibc 0.9.33 by default | Imre Kaloz | 2012-02-12 | 2 | -3/+3 | |
| | | | | SVN-Revision: 30468 | |||||
* | 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 | |||||
* | toolchain/uClibc: use an upstream patch to fix syscall related build errors ↵ | Gabor Juhos | 2012-02-09 | 2 | -15/+28 | |
| | | | | | | in 0.9.33 SVN-Revision: 30398 | |||||
* | toolchain/uClibc: fix 0.9.33 build error on MIPS | Gabor Juhos | 2012-02-09 | 1 | -0/+15 | |
| | | | | SVN-Revision: 30394 | |||||
* | add binutils 2.22 | Imre Kaloz | 2012-02-08 | 7 | -1/+183 | |
| | | | | SVN-Revision: 30375 | |||||
* | add 0.9.33 | Imre Kaloz | 2012-02-08 | 39 | -1/+5191 | |
| | | | | SVN-Revision: 30374 | |||||
* | nuke a 2.4 skeleton | Imre Kaloz | 2012-02-08 | 1 | -18/+0 | |
| | | | | SVN-Revision: 30372 | |||||
* | eglibc 2.14 needs our eglibc patchset as well | Mirko Vogt | 2012-01-21 | 3 | -0/+114 | |
| | | | | SVN-Revision: 29842 | |||||
* | adjust md5sum of v2.21.1 since archive got replaced meanwhile | Mirko Vogt | 2012-01-20 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29836 | |||||
* | 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 | |||||
* | use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh ↵ | Jo-Philipp Wich | 2012-01-18 | 2 | -1/+63 | |
| | | | | | | to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain. SVN-Revision: 29766 | |||||
* | 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 | |||||
* | introduce a USE_EXTERNAL_LIBC symbol which gets selected by ↵ | Jo-Philipp Wich | 2012-01-08 | 1 | -1/+5 | |
| | | | | | | EXTERNAL_TOOLCHAIN || NATIVE_TOOLCHAIN Currently we always assume uClibc if an external toolchain is used, this breaks for non-uClibc toolchains or even vanilla uClibc ones since they do not share the external librpc semantics as OpenWrt. Solve the problem by defining an abstract "EXTERNAL_LIBC" which packages might or might not depend on. SVN-Revision: 29689 | |||||
* | disable UCLIBC_HAS_XLOCALE and UCLIB_HAS_GLIBC_DIGIT_GROUPING if BUILD_NLS ↵ | Jo-Philipp Wich | 2012-01-04 | 1 | -0/+2 | |
| | | | | | | is on (#10735) SVN-Revision: 29646 | |||||
* | if CONFIG_BUILD_NLS is selected, compile uClibc with locale support | Jo-Philipp Wich | 2012-01-01 | 1 | -0/+1 | |
| | | | | SVN-Revision: 29633 | |||||
* | build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* ↵ | Felix Fietkau | 2011-11-28 | 1 | -0/+1 | |
| | | | | | | for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build SVN-Revision: 29352 | |||||
* | uclibc: backport upstream signalfd patch | Florian Fainelli | 2011-08-25 | 1 | -0/+32 | |
| | | | | SVN-Revision: 28087 | |||||
* | 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 | |||||
* | binutils: add binutils 2.21.1 | Hauke Mehrtens | 2011-08-06 | 10 | -0/+31249 | |
| | | | | SVN-Revision: 27919 | |||||
* | kernel-headers: fix compile error caused by wrong host include path when the ↵ | Felix Fietkau | 2011-08-05 | 1 | -11/+14 | |
| | | | | | | toolchain is already built SVN-Revision: 27915 | |||||
* | toolchain/uClibc: Make sure there's always a UCLIBC_VERSION_* | Jonas Gorski | 2011-08-02 | 1 | -0/+8 | |
| | | | | | | | UCLIBC_VERSION_* was only defined when toolchain options was enabled, breaking packages depending on (not) having certain uClibc versions. SVN-Revision: 27882 |