summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/final
Commit message (Collapse)AuthorAgeFilesLines
* replace gcc 4.5.2 support with 4.6.1Imre Kaloz2011-07-011-1/+1
| | | | SVN-Revision: 27333
* introduce option to enable setjump()/longjump() based C++ exceptions (#9185, ↵Jo-Philipp Wich2011-06-231-0/+5
| | | | | | patch from David Kuehling via Qi hardware) SVN-Revision: 27261
* 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