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)
commit733a7d1b9ccaa8f869d36353ea5ff7718b8dbcdf
treed24e388be5a79e6efa2aea914d1f7d6b81016539
parent646d0ea70ae9dfaadbac514c1edb19213584c0c9
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]