toolchain: keep the initial gcc around for later uclibc rebuilds
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Jun 2012 18:12:15 +0000 (18:12 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 Jun 2012 18:12:15 +0000 (18:12 +0000)
commit40b6fce4a15c12e548c0b4fbcff29d35dd2c9557
treee9741f4053e435dcac945ef01c5cf1593029a8f6
parent97f0df7a84ca3d386738d1ec24c7e4913cc1b38e
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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32553 3c298f89-4303-0410-b956-a3cf2f4a3e73
toolchain/binutils/Makefile
toolchain/gcc/initial/Makefile
toolchain/uClibc/Makefile