Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | toolchain: keep the initial gcc around for later uclibc rebuilds | Felix Fietkau | 2012-06-30 | 1 | -1/+1 | |
| | | | | | | | | | | | testing uclibc changes is tricky because the final gcc tends to miscompile uclibc code or barf up internal compiler errors. install binutils into $(TOOLCHAIN_DIR)/initial (without changing the configure prefix) and copy it from there to $(TOOLCHAIN_DIR)/ so that the initial gcc can be put into $(PATH) for the uclibc build, even if the final gcc is already installed. SVN-Revision: 32553 | |||||
* | uClibc: update to 0.9.33.2, fixes #4420 | Felix Fietkau | 2012-05-15 | 40 | -59/+4 | |
| | | | | SVN-Revision: 31740 | |||||
* | uClibc: remove 0.9.32, it is no longer necessary | Felix Fietkau | 2012-05-15 | 49 | -5856/+3 | |
| | | | | SVN-Revision: 31739 | |||||
* | backport upstream fix for dst computation | Florian Fainelli | 2012-03-26 | 1 | -0/+28 | |
| | | | | SVN-Revision: 31073 | |||||
* | use uClibc 0.9.33 by default | Imre Kaloz | 2012-02-12 | 2 | -3/+3 | |
| | | | | SVN-Revision: 30468 | |||||
* | 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 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 | |||||
* | 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 | |||||
* | uclibc: backport upstream signalfd patch | Florian Fainelli | 2011-08-25 | 1 | -0/+32 | |
| | | | | SVN-Revision: 28087 | |||||
* | 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 | |||||
* | uClibc: backport an x86 compile fix from mainline (thx, swalker) | Felix Fietkau | 2011-07-25 | 1 | -0/+18 | |
| | | | | SVN-Revision: 27773 | |||||
* | uClibc: update to latest 0.9.32.1 git | Felix Fietkau | 2011-07-25 | 9 | -1460/+9 | |
| | | | | SVN-Revision: 27772 | |||||
* | uClibc: fix messed up patch headers in fts patch (patch from #9671) | Felix Fietkau | 2011-07-08 | 1 | -6/+6 | |
| | | | | SVN-Revision: 27555 | |||||
* | uclibc: backport FTS support | Florian Fainelli | 2011-07-07 | 2 | -0/+1398 | |
| | | | | SVN-Revision: 27513 | |||||
* | uclibc: make powerpc e500 support independent of the target name, always use ↵ | Felix Fietkau | 2011-06-26 | 2 | -1/+3 | |
| | | | | | | it if the spe_fpu feature flag is set SVN-Revision: 27289 | |||||
* | uClibc: fix a crash in __read_etc_hosts_r() that occurs if more than five ↵ | Jo-Philipp Wich | 2011-06-07 | 1 | -0/+10 | |
| | | | | | | hostnames follow a dotted quad in /etc/hosts SVN-Revision: 27131 | |||||
* | use 'fputws_unlocked(S,F)' instead of 'fputws(S,F)' | Mirko Vogt | 2011-05-24 | 1 | -0/+21 | |
| | | | | | | | this eliminates a source of reproduceable freezes http://lists.uclibc.org/pipermail/uclibc/2011-May/045367.html SVN-Revision: 27001 | |||||
* | uClibc: update to latest version (rc3 + git changes), contains fixes for ↵ | Felix Fietkau | 2011-04-17 | 12 | -31/+29 | |
| | | | | | | ipv6 dns issues SVN-Revision: 26703 | |||||
* | uClibc: fix issues with libpthread vs libc link order on mips | Felix Fietkau | 2011-04-17 | 1 | -0/+13 | |
| | | | | SVN-Revision: 26702 | |||||
* | uClibc: forced unwind for pthread_cancel handling is broken and triggers ↵ | Felix Fietkau | 2011-04-09 | 1 | -0/+10 | |
| | | | | | | spurious abort() calls from libgcc. disable it and use the other method instead SVN-Revision: 26547 | |||||
* | uClibc: add back R_PPC_REL24 relocation support, the dynamic libgcc changes ↵ | Felix Fietkau | 2011-03-07 | 1 | -0/+26 | |
| | | | | | | depend on it for powerpc SVN-Revision: 25944 | |||||
* | only support EABI on ARM targets | Imre Kaloz | 2011-03-07 | 1 | -2/+0 | |
| | | | | SVN-Revision: 25928 | |||||
* | uClibc: set the toolchain info at install time instead of prepare time, ↵ | Felix Fietkau | 2011-03-01 | 1 | -1/+1 | |
| | | | | | | fixes staging dir rebuilds SVN-Revision: 25803 | |||||
* | upgrade to latest git, refresh patches | Imre Kaloz | 2011-02-24 | 16 | -78/+31 | |
| | | | | SVN-Revision: 25698 | |||||
* | uClibc: remove 0.9.30, 0.9.31 | Felix Fietkau | 2011-02-15 | 87 | -13128/+0 | |
| | | | | SVN-Revision: 25542 | |||||
* | uclibc: disable COMPAT_ATEXIT | Felix Fietkau | 2011-02-13 | 3 | -3/+3 | |
| | | | | SVN-Revision: 25517 | |||||
* | upgrade to latest git | Imre Kaloz | 2011-02-13 | 1 | -1/+1 | |
| | | | | SVN-Revision: 25516 | |||||
* | remove the shared object stubs of libnsl and libresolv - let the compiler ↵ | Felix Fietkau | 2011-02-13 | 1 | -0/+3 | |
| | | | | | | use the static variants instead SVN-Revision: 25511 | |||||
* | uclibc: disable rpc support - replaced by the external librpc, saves ~80k | Felix Fietkau | 2011-02-13 | 3 | -6/+6 | |
| | | | | SVN-Revision: 25504 | |||||
* | autodetect ARM variant/ABI setup based on the compiler settings | Imre Kaloz | 2011-02-02 | 12 | -117/+612 | |
| | | | | SVN-Revision: 25328 | |||||
* | update to latest git version | Imre Kaloz | 2011-02-02 | 1 | -4/+2 | |
| | | | | SVN-Revision: 25327 | |||||
* | uClibc: use the arch specific thread stack size for nptl if the size ↵ | Felix Fietkau | 2011-01-29 | 1 | -0/+13 | |
| | | | | | | returned by getrlimits exceeds it - fixes threads on systems with only 16 MB RAM SVN-Revision: 25223 | |||||
* | uClibc: remove references to $(CONFIG_LARGEFILE) | Jo-Philipp Wich | 2011-01-28 | 1 | -1/+0 | |
| | | | | SVN-Revision: 25209 | |||||
* | uClibc: fix version check for 0.9.32 | Felix Fietkau | 2011-01-28 | 1 | -1/+1 | |
| | | | | SVN-Revision: 25189 | |||||
* | uClibc: make 0.9.32-git default, it fixes lots of bugs compared to earlier ↵ | Felix Fietkau | 2011-01-28 | 2 | -2/+2 | |
| | | | | | | versions (especially threading issues), and the known regressions have been fixed SVN-Revision: 25187 | |||||
* | uClibc 0.9.32: fix infinite recursion on application exit triggered by ↵ | Felix Fietkau | 2011-01-28 | 1 | -0/+45 | |
| | | | | | | linking libc before libpthread SVN-Revision: 25186 | |||||
* | LEON is SPARC v8 | Imre Kaloz | 2011-01-27 | 3 | -0/+24 | |
| | | | | SVN-Revision: 25141 | |||||
* | update to latest git | Imre Kaloz | 2011-01-24 | 4 | -98/+3 | |
| | | | | SVN-Revision: 25082 | |||||
* | uClibc 0.9.32: fix libm compile for powerpc | Felix Fietkau | 2011-01-16 | 1 | -0/+42 | |
| | | | | SVN-Revision: 25013 | |||||
* | upgrade to latest git snapshot | Imre Kaloz | 2011-01-03 | 3 | -86/+2 | |
| | | | | SVN-Revision: 24889 | |||||
* | cns21xx: add initial support for the Cavium CNS21xx SoC | Gabor Juhos | 2010-12-30 | 3 | -0/+78 | |
| | | | | SVN-Revision: 24859 | |||||
* | fix a compile error with uclibc 0.9.32 and newer kernels | Felix Fietkau | 2010-12-20 | 1 | -0/+17 | |
| | | | | SVN-Revision: 24735 | |||||
* | add plemininary ultrasparc support | Imre Kaloz | 2010-12-14 | 3 | -0/+24 | |
| | | | | SVN-Revision: 24558 | |||||
* | toolchain/uClibc: apply an upstream 0.9.32 patch (Unwind_Resume calls to go ↵ | Alexandros C. Couloumbis | 2010-12-09 | 1 | -0/+67 | |
| | | | | | | via PLT to avoid text relocations for PIC) SVN-Revision: 24396 | |||||
* | preliminary support for Freescale MPC85xx based boards | Imre Kaloz | 2010-12-05 | 2 | -0/+13 | |
| | | | | SVN-Revision: 24259 | |||||
* | toolchain/uClibc: sync to latest uClibc-0.9.32 | Alexandros C. Couloumbis | 2010-12-03 | 2 | -4/+4 | |
| | | | | SVN-Revision: 24229 | |||||
* | toolchain/uClibc: push an upstream fix | Alexandros C. Couloumbis | 2010-12-03 | 1 | -0/+1 | |
| | | | | SVN-Revision: 24228 |