openwrt/toolchain
Felix Fietkau e74e4dbd29 toolchain: keep the initial gcc around for later uclibc rebuilds
testing uclibc changes is tricky because the final gcc tends to miscompile
uclibc code or barf up internal compiler errors.
install binutils into $(TOOLCHAIN_DIR)/initial (without changing the configure
prefix) and copy it from there to $(TOOLCHAIN_DIR)/ so that the initial gcc
can be put into $(PATH) for the uclibc build, even if the final gcc
is already installed.

SVN-Revision: 32553
2012-06-30 18:12:15 +00:00
..
binutils toolchain: keep the initial gcc around for later uclibc rebuilds 2012-06-30 18:12:15 +00:00
eglibc eglibc: work around a broken configure test to fix compile errors on x86 2012-06-29 16:19:48 +00:00
gcc toolchain: keep the initial gcc around for later uclibc rebuilds 2012-06-30 18:12:15 +00:00
gdb toolchain/gdb: fix compile for powerpc targets, refresh patch 2011-06-11 13:25:00 +00:00
insight toolchain/insight: update download location and MD5 sum to status quo 2012-06-18 23:41:48 +00:00
kernel-headers kernel-headers: Fix patch application for kernel-headers and a patch that fixes exposure of a kernel-only data type (umode_t) to application layer which causes compile errors in ext2_fs.h using programs. 2012-05-13 05:02:27 +00:00
llvm
uClibc toolchain: keep the initial gcc around for later uclibc rebuilds 2012-06-30 18:12:15 +00:00
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. 2012-01-18 03:08:09 +00:00
Config.in toolchain: enable gdb by default 2012-06-28 14:32:11 +00:00
Makefile purge support for glibc - use eglibc instead! 2012-04-28 22:24:12 +00:00
info.mk