26 Commits (1e317e8f43b248d0ab6a0684d8b158aa0271231b)

Author SHA1 Message Date
Felix Fietkau 62c1740676 toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK 14 years ago
Florian Fainelli 632694c4f6 fix eglibc INET_ANL option selection 14 years ago
Nicolas Thill 8dd583e3a4 toolchain/eglibc: add preliminary support for eglibc-2.12 14 years ago
Nicolas Thill 7d991147b3 toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11 14 years ago
Nicolas Thill fdb4fba4b7 toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.x 14 years ago
Nicolas Thill 0adb09325c eglibc: add support for v2.11 15 years ago
Nicolas Thill 143213091b eglibc: update v2.10 to rev. 9289 15 years ago
Nicolas Thill bb4a7fcec3 cosmetic: more reformatting missed from [18480] 15 years ago
Nicolas Thill 174ddb1694 cosmetic: reformat library configuration submenu - adjust indent & spaces - use coherent config symbol names in help 15 years ago
Nicolas Thill 31596ddc01 eglibc: fix wrong config symbol name if library configuration submenu 15 years ago
Nicolas Thill cfad7b6c08 eglibc: don't use minor version numbers in config symbols, only in version strings 15 years ago
Nicolas Thill 00eeac51a0 eglibc: use 'select' instead of 'depends' for configuration options, add dependencies for features avalaible in 2.8 or later 15 years ago
Nicolas Thill f859299d85 eglibc: add support for 2.10 branch 15 years ago
Nicolas Thill 6f2afa8f29 and fix another typo, still in eglibc configuration file 15 years ago
Nicolas Thill f288b5e102 fix typo in eglibc configuration file 15 years ago
Nicolas Thill f3a3b1934b eglibc: update svn revisions 15 years ago
Florian Fainelli 3e0e015a0d define libc_cv_slibdir, fixes mips64 compilation (#5011) 15 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) 15 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
Felix Fietkau 0232808d14 eglibc: replace the use of stpncpy with strncpy + manual termination (stpncpy is not available on darwin) 16 years ago
Felix Fietkau 15c76887b8 port the eglibc cross compiling fix to version 2.9 16 years ago
Felix Fietkau 8bf53faa44 fix eglibc 2.8 cross-compile under darwin / mac os x 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