Commit Graph

103 Commits (247fc0fdae278de6a3c39300d9b908dfe2f1b8e1)

Author SHA1 Message Date
Steven Barth e805b29fdd Upstream fix for syscall() not setting errno on errors on MIPS
SVN-Revision: 14689
16 years ago
Nicolas Thill 8a2030ff3d move common variables to a dedicated include file
SVN-Revision: 14648
16 years ago
Felix Fietkau 7eb1589875 build system refactoring in preparation for allowing packages to do host-build steps
SVN-Revision: 14610
16 years ago
Hauke Mehrtens d0484c4cf6 uClibc: refresh patches for uClibc
SVN-Revision: 14588
16 years ago
Nicolas Thill 33a0eb3613 cosmetic & coherency fixes
SVN-Revision: 14397
16 years ago
Nicolas Thill 06f50d2116 fix uClibc fpu/soft-float selection
SVN-Revision: 14141
16 years ago
Nicolas Thill edef5abd24 fix uClibc v0.9.30 build on x86_64
SVN-Revision: 14138
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!
SVN-Revision: 14133
16 years ago
Florian Fainelli 63426c5715 add missing config symbol in x86_64 configuration
SVN-Revision: 14132
16 years ago
Nicolas Thill ec7b663c86 add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini!
SVN-Revision: 14131
16 years ago
Nicolas Thill a271aaa2db add support for uClibc v0.9.30 (closes: #4271), thanks to Luigi Mantellini & Puchu!
SVN-Revision: 14130
16 years ago
Nicolas Thill 8db368850c we have a minimal gcc target compiler since [13931], so use it in uClibc headers generation
SVN-Revision: 14123
16 years ago
Felix Fietkau dc6d881733 uClibc: compile fix for the new linuxthreads implementation on mips
SVN-Revision: 14118
16 years ago
Nicolas Thill 291e71f792 backport patch to allow building uClibc-0.9.28.2 on recent x86 kernels
SVN-Revision: 14105
16 years ago
Nicolas Thill 96756d7641 fix linux headers & source paths at uClibc config stage
SVN-Revision: 14080
16 years ago
Felix Fietkau 07a1106c91 uclibc: fix the new libpthread implementation on arm
SVN-Revision: 14074
16 years ago
Felix Fietkau 818e6e847c add uclibc eabi patches from #3988
SVN-Revision: 14073
16 years ago
Felix Fietkau 0faef985b7 work around problems with the libpthread onexit() handler
SVN-Revision: 14032
16 years ago
Felix Fietkau 0392f46b43 fix the new libpthread implementation - the function table init was broken
SVN-Revision: 14027
16 years ago
Felix Fietkau cb41a3aa45 do not strip uclibc
SVN-Revision: 14019
16 years ago
Felix Fietkau 25aba0e356 use the new linuxthreads implementation on i386,i686
SVN-Revision: 14016
16 years ago
Felix Fietkau ff55a79717 uclibc: add the trunc function
SVN-Revision: 14014
16 years ago
Felix Fietkau 087a2bc16c uclibc: add some libpthread fixes
SVN-Revision: 14013
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)
SVN-Revision: 13931
16 years ago
Imre Kaloz 8c3a967fae general fixes for openwrt with kernel 2.6.28
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 13876
16 years ago
Jo-Philipp Wich 5649ff4093 enable netlink support
SVN-Revision: 13839
16 years ago
Jo-Philipp Wich e0a77da8fb enable support for getifaddrs() - required by lldpd
SVN-Revision: 13834
16 years ago
Felix Fietkau cf8362db3c remove the openat() patch, as it's breaking quite a few packages. the problem is in the AT_FDCWD define, which packages check for to see if fdopenat, openat, fstatat, etc. are supported, but the patch only adds openat() and not the other functions. this should probably be fixed upstream and not just in openwrt.
SVN-Revision: 13817
16 years ago
Florian Fainelli 25efcf15fe openat is not an implemented syscall on linux-2.4, so make it only available for linux-2.6
SVN-Revision: 13234
16 years ago
Hamish Guthrie bb702980e5 Add support for openat system call - this must be extended for the rest of these system calls
SVN-Revision: 13200
16 years ago
Nicolas Thill b3e5f06450 indent conditionnals in uClibc Makefile
SVN-Revision: 13144
16 years ago
Florian Fainelli 9dd37f3d12 Fix locations for the uClibc snapshot version (#4065)
SVN-Revision: 13067
16 years ago
Lars-Peter Clausen 387da72d9c Fix a segfault in uclibc ldso.
SVN-Revision: 12698
16 years ago
Lars-Peter Clausen aa10aa313d Avoid endless recursion in uClibc pthreads.
SVN-Revision: 12652
16 years ago
Felix Fietkau 799e7a8fa8 disable autorebuild for the toolchain, as it can easily lead to build breakages
SVN-Revision: 12492
16 years ago
Felix Fietkau 3cd35227ab make libc.so symlink relative instead of absolute (#3878)
SVN-Revision: 12333
16 years ago
Felix Fietkau b559fb0c5f fix uClibc legacy version
SVN-Revision: 11993
16 years ago
Florian Fainelli 68f4ae4e94 Update uClibc config for x86_64
SVN-Revision: 11963
16 years ago
Florian Fainelli 3d9c4c9073 uClibc for x86 targets and kernels >= 2.6.24 need to copy the right include files, remove this when there are no 2.6.23 left
SVN-Revision: 11893
16 years ago
Nicolas Thill 89eb716470 use qstrip macro to strip quoted CONFIG_* strings
SVN-Revision: 11832
16 years ago
Imre Kaloz 6ca4659c4e * refresh storm patches * disable BX in uClibc config, add ethernet and watchdog support -- thanks to Zilvinas Valinskas
SVN-Revision: 11367
16 years ago
Nicolas Thill 28a650e13a Fix a bug causing an infinite loop in getaddrinfo (closes: #3344)
SVN-Revision: 11106
16 years ago
John Crispin 895adb694f fix up uclibc support for etrax
SVN-Revision: 11025
16 years ago
John Crispin bec6b5517a fix uclibc version selection
SVN-Revision: 11024
16 years ago
Imre Kaloz a4dd1adf4a add preliminary support for Storm SL3512 based devices, not ready yet
SVN-Revision: 10956
16 years ago
Imre Kaloz 47e402733a fix typo
SVN-Revision: 10718
16 years ago
Felix Fietkau d52a9c3bf7 fix uclibc build on osx
SVN-Revision: 10578
17 years ago
Nicolas Thill f0c567d08c fix md5sum for v0.28.2 (closes: #3159)
SVN-Revision: 10498
17 years ago
Felix Fietkau 44f1ad22c8 add missing config change for OABI
SVN-Revision: 10459
17 years ago
Imre Kaloz 78ef7bbd69 sync AVR32 patches with upstream
SVN-Revision: 10411
17 years ago