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)
commit7e525aa71e6b93adf50d6fbf0a6c54f158f9b666
treed24e388be5a79e6efa2aea914d1f7d6b81016539
parent9b5ae82f49d913b0494ed1dabfbe093706b05e3c
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]