227 Commits (43196813d775921d16cc238fe805e438a24c529f)

Author SHA1 Message Date
Imre Kaloz f24a7c7a68 add preliminary support for the successor of the storm port 16 years ago
Jo-Philipp Wich bc3538d2d2 Fix Image Builder building - added missing /bin dir to toolchain Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 16 years ago
Felix Fietkau b3bb79cb72 uclibc 0.9.30.1: add c99 long double math fix from gentoo (thx, ralph) fixes compile error on powerpc 16 years ago
Felix Fietkau 3bea3bc8b1 uClibc 0.9.30*: add a separate config file for brcm-2.4, since linux 2.4 module loading support is optional in this version 16 years ago
Felix Fietkau 141925202e fix the uclibc rebuild issue which leads to unresolved symbols in libnl (and possibly other libraries) 16 years ago
Felix Fietkau c633a16d80 uclibc 0.9.30: fix isnan declaration 16 years ago
Felix Fietkau db8f5e9c5e uclibc 0.9.29: fix isinf, finite prototypes 16 years ago
Florian Fainelli 9f627dbf6e building uml on x86_64 w/ uClibc 0.9.29 is currently broken, select 0.9.30.1 which is working 16 years ago
Nicolas Thill 222f37cbde uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 16 years ago
Nicolas Thill 2783110a97 uClibc NPTL: remove the pthread daemon() fix and revert r15343 16 years ago
Felix Fietkau 632f50b891 uclibc: add the pthread daemon() fix from #4809 16 years ago
Felix Fietkau 0d00b1cb59 uclibc: remove the sockets_throw patch from 0.9.30, as it does not apply to 0.9.30.1 16 years ago
Felix Fietkau 56164a5815 add a modified version of the mips64 patch from #4603 16 years ago
Felix Fietkau 229035bad0 mark uclibc nptl and snapshot as broken 16 years ago
Felix Fietkau d0e357e729 fix uclibc subdir 16 years ago
Felix Fietkau 02739c116f append the correct extraversion to the toolchain's info.mk for uclibc-nptl 16 years ago
Felix Fietkau fe601b3efd fix uclibc symlink for nptl 16 years ago
Felix Fietkau f914fcf49f add uclibc-nptl 16 years ago
Felix Fietkau 16fa4d486d remove obsolete comment 16 years ago
Felix Fietkau 5bd40b0870 clean up uClibc config handling - use kconfig.pl to split configs similar to how it's done in the kernel 16 years ago
Felix Fietkau 746544db79 fix $(BUILD_DIR_TOOLCHAIN)/uClibc symlink 16 years ago
Felix Fietkau 566bdc37ad add uclibc 0.9.30.1 16 years ago
Felix Fietkau 03205ec740 clean up uclibc patch/config version handling a bit 16 years ago
Felix Fietkau ec6b3bf2be fix stampfile variables for the toolchain build (fixes gcc compile error) 16 years ago
Steven Barth e805b29fdd Upstream fix for syscall() not setting errno on errors on MIPS 16 years ago
Nicolas Thill 8a2030ff3d move common variables to a dedicated include file 16 years ago
Felix Fietkau 7eb1589875 build system refactoring in preparation for allowing packages to do host-build steps 16 years ago
Hauke Mehrtens d0484c4cf6 uClibc: refresh patches for uClibc 16 years ago
Nicolas Thill 33a0eb3613 cosmetic & coherency fixes 16 years ago
Nicolas Thill 06f50d2116 fix uClibc fpu/soft-float selection 16 years ago
Nicolas Thill edef5abd24 fix uClibc v0.9.30 build on x86_64 16 years ago
Nicolas Thill 591563a80a enable UCLIBC_SUSV3_LEGACY in uClibc v0.9.30 configs to have <sys/timeb.h> & ftime (needed for openssl and maybe others), thanks to Puchu! 16 years ago
Florian Fainelli 63426c5715 add missing config symbol in x86_64 configuration 16 years ago
Nicolas Thill ec7b663c86 add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini! 16 years ago
Nicolas Thill a271aaa2db add support for uClibc v0.9.30 (closes: #4271), thanks to Luigi Mantellini & Puchu! 16 years ago
Nicolas Thill 8db368850c we have a minimal gcc target compiler since [13931], so use it in uClibc headers generation 16 years ago
Felix Fietkau dc6d881733 uClibc: compile fix for the new linuxthreads implementation on mips 16 years ago
Nicolas Thill 291e71f792 backport patch to allow building uClibc-0.9.28.2 on recent x86 kernels 16 years ago
Nicolas Thill 96756d7641 fix linux headers & source paths at uClibc config stage 16 years ago
Felix Fietkau 07a1106c91 uclibc: fix the new libpthread implementation on arm 16 years ago
Felix Fietkau 818e6e847c add uclibc eabi patches from #3988 16 years ago
Felix Fietkau 0faef985b7 work around problems with the libpthread onexit() handler 16 years ago
Felix Fietkau 0392f46b43 fix the new libpthread implementation - the function table init was broken 16 years ago
Felix Fietkau cb41a3aa45 do not strip uclibc 16 years ago
Felix Fietkau 25aba0e356 use the new linuxthreads implementation on i386,i686 16 years ago
Felix Fietkau ff55a79717 uclibc: add the trunc function 16 years ago
Felix Fietkau 087a2bc16c uclibc: add some libpthread fixes 16 years ago
Nicolas Thill a3edea1b91 add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) 16 years ago
Imre Kaloz 8c3a967fae general fixes for openwrt with kernel 2.6.28 16 years ago
Jo-Philipp Wich 5649ff4093 enable netlink support 16 years ago