gcc: split up the build process into three distinct stages (minimal, initial, final...
authorFelix Fietkau <nbd@openwrt.org>
Tue, 20 Jul 2010 20:57:21 +0000 (20:57 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 20 Jul 2010 20:57:21 +0000 (20:57 +0000)
commit5149ed151d7ce6f4bdb14a7ad5611777afff1091
tree3b9f21234bfd8744d1204b1f2d06b607c001a0e3
parentebeaea35fda9f26a12beb7ec9101dd7624356d8c
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

SVN-Revision: 22319
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]