gcc: split up the build process into three distinct stages (minimal, initial, final...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Jul 2010 20:57:21 +0000 (20:57 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Jul 2010 20:57:21 +0000 (20:57 +0000)
commit344914c955b9df3b0ab453c2959260230544f7af
treed24e388be5a79e6efa2aea914d1f7d6b81016539
parent0474d29e5e7d175370d3e485a58c6e06aeba6f7e
gcc: split up the build process into three distinct stages (minimal, initial, final), to clean up the dependency handling nastiness and to improve support for rebuilding parts of the toolchain

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22319 3c298f89-4303-0410-b956-a3cf2f4a3e73
toolchain/Makefile
toolchain/gcc/Makefile [deleted file]
toolchain/gcc/common.mk [new file with mode: 0644]
toolchain/gcc/final/Makefile [new file with mode: 0644]
toolchain/gcc/initial/Makefile [new file with mode: 0644]
toolchain/gcc/minimal/Makefile [new file with mode: 0644]
This page took 0.027799 seconds and 4 git commands to generate.