summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/final/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵Felix Fietkau2010-08-191-10/+10
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723
* gcc: split up the build process into three distinct stages (minimal, ↵Felix Fietkau2010-07-201-0/+71
initial, final), to clean up the dependency handling nastiness and to improve support for rebuilding parts of the toolchain SVN-Revision: 22319