31 Commits (c99f8815680fb4abf42cbb2e9d1a909f8f373b02)

Author SHA1 Message Date
Felix Fietkau 720b99215d treewide: clean up download hashes 8 years ago
Florian Fainelli c8e68150bf toolchain: Rework external toolchain libc selection 8 years ago
Felix Fietkau f29774bee3 glibc: re-enable parallel builds 8 years ago
Felix Fietkau 4badb8a023 glibc: switch to 2.24 by default and remove old versions, fixes security issues 8 years ago
Dirk Neukirchen bf604f3503 glibc: add 2.24 8 years ago
Felix Fietkau 74c9b9cfeb toolchain: skip gcc/minimal for musl 8 years ago
Felix Fietkau 64da662a88 toolchain/glibc: remove obsolete versions 8 years ago
Jo-Philipp Wich 5445a2ee1d toolchain: use latest glibc 2.21 and 2.22 revisions 9 years ago
Jo-Philipp Wich 83cdf72271 toolchain: mark eglibc 2.19 broken 9 years ago
Felix Fietkau 3e9d2a847b glibc: switch to downloading version 2.22 via tarball instead of git to improve mirror support 9 years ago
Felix Fietkau b26d52d980 glibc: switch to version 2.22 by default 9 years ago
Felix Fietkau 1981ee7d75 toolchain: Reverse glibc/eglibc conditionals to check for eglibc 9 years ago
Felix Fietkau f6e4badfe4 toolchain: Add glibc 2.22 9 years ago
John Crispin b98c198883 toolchain: fix eglibc build when TOOLCHAINOPTS is not set 9 years ago
Felix Fietkau 2efb6be426 toolchain/glibc: remove broken eglibc 2.15 support 9 years ago
John Crispin 3e2f578353 toolchain: The glorious return of glibc, ver 2.21 9 years ago
Mirko Vogt 334fd4199b purge support for glibc - use eglibc instead! 12 years ago
Felix Fietkau 07488ef93d glibc: remove all previous (ancient) versions, add 2.14 (partially based on a patch and testing by WillieNL) 13 years ago
Mirko Vogt 74fecd0366 fix glibc to work with all versions of binutils, fixes #7133 - thanks to marek siller 13 years ago
Felix Fietkau 198730fb3d fix a compile error when compiling with glibc (#7816) 14 years ago
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 f797b4293a add support for glibc-2.4 (#5213) 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 56164a5815 add a modified version of the mips64 patch from #4603 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
Nicolas Thill ec7b663c86 add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini! 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