You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Felix Fietkau a86e168c54 gcc: use .eh_frame sections for exception handling stack unwind - saves about 400 bytes on every executable or shared library 13 years ago
..
binutils enable 2.22 for unsupported archs if BROKEN is enabled 13 years ago
eglibc eglibc 2.14 needs our eglibc patchset as well 13 years ago
gcc gcc: use .eh_frame sections for exception handling stack unwind - saves about 400 bytes on every executable or shared library 13 years ago
gdb toolchain/gdb: fix compile for powerpc targets, refresh patch 13 years ago
glibc glibc: remove all previous (ancient) versions, add 2.14 (partially based on a patch and testing by WillieNL) 13 years ago
glibc-ports
insight 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
kernel-headers kernel-headers: fix compile error caused by wrong host include path when the toolchain is already built 13 years ago
llvm
uClibc use uClibc 0.9.33 by default 13 years ago
wrapper use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain. 13 years ago
Config.in introduce a USE_EXTERNAL_LIBC symbol which gets selected by EXTERNAL_TOOLCHAIN || NATIVE_TOOLCHAIN Currently we always assume uClibc if an external toolchain is used, this breaks for non-uClibc toolchains or even vanilla uClibc ones since they do not share the external librpc semantics as OpenWrt. Solve the problem by defining an abstract "EXTERNAL_LIBC" which packages might or might not depend on. 13 years ago
Makefile use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain. 13 years ago
info.mk