toolchain: keep the initial gcc around for later uclibc rebuilds
authorFelix Fietkau <nbd@openwrt.org>
Sat, 30 Jun 2012 18:12:15 +0000 (18:12 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 30 Jun 2012 18:12:15 +0000 (18:12 +0000)
commitd6b334f8341b77f2d6e3a9ce333530e2b28dd973
treee9741f4053e435dcac945ef01c5cf1593029a8f6
parentac3e18bbc3bca4a6b17e98de15ae1c14106539eb
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
toolchain/binutils/Makefile
toolchain/gcc/initial/Makefile
toolchain/uClibc/Makefile