Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | toolchain/uClibc: handle different MIPS64 ABIs | Florian Fainelli | 2013-04-05 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36207 | |||
* | toolchain/uClibc: Disable mips16 for uClibc for now | Florian Fainelli | 2013-04-05 | |
| | | | | | | | | | | | | | | | | | | | | | | For now, build uclibc without -mips16. There's no mips16 syscall support AFAIK and uclibc uses inline assembly syscalls a lot. In addition, touching errno means touching a TLS model symbol, and that's not supported in gcc 4.6. The __set_errno macro can be put back to calling errno_location(). This allows much of the library to be built in mips16 mode. I don't understand the implications to the thread library of doing this. A list of "build as -mno-mips16" C source files can be placed in the mips architecture-dependent build files. Maintaining the list would be no fun. Signed-off-by: Jay Carlson <nop@nop.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36199 | |||
* | toolchain: uclibc: fix typo in uclibc common config | Jonas Gorski | 2013-02-21 | |
| | | | | | | | | | | Based on a patch from Oliver Metz. Closes #10735. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35709 | |||
* | remove support for ubicom32 | Florian Fainelli | 2012-11-30 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34432 | |||
* | add 3.7-rc6 support (patch 820 still has to be fixed) | Imre Kaloz | 2012-11-18 | |
| | | | | SVN-Revision: 34247 | |||
* | uClibc: backport a fix for dlsym(RTLD_NEXT, ...) use | Florian Fainelli | 2012-11-11 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34142 | |||
* | build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek) | Felix Fietkau | 2012-11-08 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34122 | |||
* | uClibc: backport support for assignment-allocation character %m in sscanf | Felix Fietkau | 2012-10-29 | |
| | | | | SVN-Revision: 34001 | |||
* | toolchain: enable pthread debug support in uclibc | Felix Fietkau | 2012-10-29 | |
| | | | | SVN-Revision: 33996 | |||
* | toolchain: enable parallel build for uClibc, remove the obsolete ↵ | Felix Fietkau | 2012-10-17 | |
| | | | | | | TOOLCHAIN_PARALLEL config symbol SVN-Revision: 33807 | |||
* | uClibc: fix uClibc implementation of eventfd | Florian Fainelli | 2012-09-19 | |
| | | | | | | | | | | | | | | | uClibc declares eventfd() as taking two arguments but doesn't properly pass the second argument to the kernel. The problem is discussed at: http://lists.uclibc.org/pipermail/uclibc/2012-May/046873.html This patch is taken from uclibc 0.9.33 git, so will presumably be integrated in any future releases. Signed-off-by: Andy Leiserson <andy@leiserson.org> SVN-Revision: 33478 | |||
* | uClibc: add -Wno-unused-but-set-variable to get rid of unnecessary warning ↵ | Felix Fietkau | 2012-06-30 | |
| | | | | | | logspam SVN-Revision: 32558 | |||
* | uClibc: split the package into the main directory and the headers/ and ↵ | Felix Fietkau | 2012-06-30 | |
| | | | | | | utils/ subdirectories to clean up build order and fix quilt support SVN-Revision: 32557 | |||
* | toolchain/uClibc: fix getting the nameserver from _res state after res_init. ↵ | Felix Fietkau | 2012-06-30 | |
| | | | | | | fixes displaying the nameserver in busybox nslookup SVN-Revision: 32555 | |||
* | toolchain: keep the initial gcc around for later uclibc rebuilds | Felix Fietkau | 2012-06-30 | |
| | | | | | | | | | | | 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 | |
| | | | | SVN-Revision: 31740 | |||
* | uClibc: remove 0.9.32, it is no longer necessary | Felix Fietkau | 2012-05-15 | |
| | | | | SVN-Revision: 31739 | |||
* | backport upstream fix for dst computation | Florian Fainelli | 2012-03-26 | |
| | | | | SVN-Revision: 31073 | |||
* | use uClibc 0.9.33 by default | Imre Kaloz | 2012-02-12 | |
| | | | | SVN-Revision: 30468 | |||
* | toolchain/uClibc: use an upstream patch to fix syscall related build errors ↵ | Gabor Juhos | 2012-02-09 | |
| | | | | | | in 0.9.33 SVN-Revision: 30398 | |||
* | toolchain/uClibc: fix 0.9.33 build error on MIPS | Gabor Juhos | 2012-02-09 | |
| | | | | SVN-Revision: 30394 | |||
* | add 0.9.33 | Imre Kaloz | 2012-02-08 | |
| | | | | SVN-Revision: 30374 | |||
* | nuke a 2.4 skeleton | Imre Kaloz | 2012-02-08 | |
| | | | | SVN-Revision: 30372 | |||
* | disable UCLIBC_HAS_XLOCALE and UCLIB_HAS_GLIBC_DIGIT_GROUPING if BUILD_NLS ↵ | Jo-Philipp Wich | 2012-01-04 | |
| | | | | | | is on (#10735) SVN-Revision: 29646 | |||
* | if CONFIG_BUILD_NLS is selected, compile uClibc with locale support | Jo-Philipp Wich | 2012-01-01 | |
| | | | | SVN-Revision: 29633 | |||
* | uclibc: backport upstream signalfd patch | Florian Fainelli | 2011-08-25 | |
| | | | | SVN-Revision: 28087 | |||
* | toolchain/uClibc: Make sure there's always a UCLIBC_VERSION_* | Jonas Gorski | 2011-08-02 | |
| | | | | | | | 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 | |
| | | | | SVN-Revision: 27773 | |||
* | uClibc: update to latest 0.9.32.1 git | Felix Fietkau | 2011-07-25 | |
| | | | | SVN-Revision: 27772 | |||
* | uClibc: fix messed up patch headers in fts patch (patch from #9671) | Felix Fietkau | 2011-07-08 | |
| | | | | SVN-Revision: 27555 | |||
* | uclibc: backport FTS support | Florian Fainelli | 2011-07-07 | |
| | | | | SVN-Revision: 27513 | |||
* | uclibc: make powerpc e500 support independent of the target name, always use ↵ | Felix Fietkau | 2011-06-26 | |
| | | | | | | 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 | |
| | | | | | | 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 | |
| | | | | | | | 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 | |
| | | | | | | ipv6 dns issues SVN-Revision: 26703 | |||
* | uClibc: fix issues with libpthread vs libc link order on mips | Felix Fietkau | 2011-04-17 | |
| | | | | SVN-Revision: 26702 | |||
* | uClibc: forced unwind for pthread_cancel handling is broken and triggers ↵ | Felix Fietkau | 2011-04-09 | |
| | | | | | | 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 | |
| | | | | | | depend on it for powerpc SVN-Revision: 25944 | |||
* | only support EABI on ARM targets | Imre Kaloz | 2011-03-07 | |
| | | | | SVN-Revision: 25928 | |||
* | uClibc: set the toolchain info at install time instead of prepare time, ↵ | Felix Fietkau | 2011-03-01 | |
| | | | | | | fixes staging dir rebuilds SVN-Revision: 25803 | |||
* | upgrade to latest git, refresh patches | Imre Kaloz | 2011-02-24 | |
| | | | | SVN-Revision: 25698 | |||
* | uClibc: remove 0.9.30, 0.9.31 | Felix Fietkau | 2011-02-15 | |
| | | | | SVN-Revision: 25542 | |||
* | uclibc: disable COMPAT_ATEXIT | Felix Fietkau | 2011-02-13 | |
| | | | | SVN-Revision: 25517 | |||
* | upgrade to latest git | Imre Kaloz | 2011-02-13 | |
| | | | | SVN-Revision: 25516 | |||
* | remove the shared object stubs of libnsl and libresolv - let the compiler ↵ | Felix Fietkau | 2011-02-13 | |
| | | | | | | use the static variants instead SVN-Revision: 25511 | |||
* | uclibc: disable rpc support - replaced by the external librpc, saves ~80k | Felix Fietkau | 2011-02-13 | |
| | | | | SVN-Revision: 25504 | |||
* | autodetect ARM variant/ABI setup based on the compiler settings | Imre Kaloz | 2011-02-02 | |
| | | | | SVN-Revision: 25328 | |||
* | update to latest git version | Imre Kaloz | 2011-02-02 | |
| | | | | SVN-Revision: 25327 | |||
* | uClibc: use the arch specific thread stack size for nptl if the size ↵ | Felix Fietkau | 2011-01-29 | |
| | | | | | | 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 | |
| | | | | SVN-Revision: 25209 |