93 Commits (8b8875b305e3e36153f83d08c68596fe0303efa4)

Author SHA1 Message Date
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 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
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
Nicolas Thill 33a0eb3613 cosmetic & coherency fixes 16 years ago
Nicolas Thill 06f50d2116 fix uClibc fpu/soft-float selection 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
Nicolas Thill 96756d7641 fix linux headers & source paths at uClibc config stage 16 years ago
Felix Fietkau cb41a3aa45 do not strip uclibc 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
Nicolas Thill b3e5f06450 indent conditionnals in uClibc Makefile 16 years ago
Florian Fainelli 9dd37f3d12 Fix locations for the uClibc snapshot version (#4065) 16 years ago
Felix Fietkau 799e7a8fa8 disable autorebuild for the toolchain, as it can easily lead to build breakages 16 years ago
Felix Fietkau 3cd35227ab make libc.so symlink relative instead of absolute (#3878) 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 16 years ago
Nicolas Thill 89eb716470 use qstrip macro to strip quoted CONFIG_* strings 16 years ago
Imre Kaloz 47e402733a fix typo 16 years ago
Felix Fietkau d52a9c3bf7 fix uclibc build on osx 17 years ago
Nicolas Thill f0c567d08c fix md5sum for v0.28.2 (closes: #3159) 17 years ago
Felix Fietkau 44f1ad22c8 add missing config change for OABI 17 years ago
Ralph Hempel 3dfc679bb9 add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose (and already deployed evaluation boards) the version 0.9.29 is still the default version 17 years ago
Gabor Juhos 6f60b7afcd uClibc: restore support of shadow passwords, but make it configurable 17 years ago
Felix Fietkau 1c7b826708 unconditionally enable c99 math support in uclibc - many packages need it 17 years ago
Imre Kaloz 66b3d3dcd8 upgrade to uClibc 0.9.29 - break binary compatibility #1 17 years ago
Imre Kaloz 915e6b89b5 fixup softfloat handling 17 years ago
Felix Fietkau d48912ffe9 hopefully fix occasional uClibc/gcc build failures 17 years ago
Felix Fietkau e28b55f39f fix a few stampfile locations 17 years ago
Florian Fainelli 328f9d26d8 Fix toolchain generation with FPU enabled (#2242) 17 years ago
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets 17 years ago
Felix Fietkau c6bc77ea36 build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html 17 years ago
Felix Fietkau d7229c78ff remove leftover CONFIG_JLEVEL 17 years ago
Felix Fietkau 726e929a95 fix an uClibc compile error that only happens on rebuilds 17 years ago
Imre Kaloz 08c7265613 add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori 17 years ago
Florian Fainelli ed654ae6bd Remove ldd/ldconfig for the moment (#1551) 18 years ago
Hamish Guthrie 604782648a Cleanups on romboot and u-boot. Conditionally apply ldd and ldconfig support on at91 platform 18 years ago
Florian Fainelli da8174507a Add ldd and ldconfig support, template packages derived from gcc and uclibc 18 years ago
Felix Fietkau 9edce6b311 upgrade to uClibc 0.9.28.2 18 years ago
Tim Yardley 3e84e18a27 add a configuration option to enable full c99 math in libm. this is needed for functions like floorf (which happens to be used in postgresql server as an example) 18 years ago
Felix Fietkau 6a2879bfe7 improve parallel building 18 years ago