openwrtv4/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 gcc: add llvm-gcc and llvm from trunk (does not successfully compile a target yet, but gets close) 2009-10-10 19:25:48 +00:00
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
info.mk 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) 2009-04-24 02:07:24 +00:00
Makefile purge support for glibc - use eglibc instead! 2012-04-28 22:24:12 +00:00