aboutsummaryrefslogtreecommitdiff
path: root/toolchain/gcc/common.mk
Commit message (Collapse)AuthorAge
...
* optionally support parallel toolchain build. This defaults to off, because ↵Michael Büsch2010-10-03
| | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. SVN-Revision: 23196
* gcc: enable non-PIC for mips targets in gcc 4.4+ to reduce code sizeFelix Fietkau2010-09-20
| | | | SVN-Revision: 23103
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵Felix Fietkau2010-08-19
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723
* add support for gcc-4.5.1Florian Fainelli2010-08-01
| | | | SVN-Revision: 22450
* gcc: split up the build process into three distinct stages (minimal, ↵Felix Fietkau2010-07-20
initial, final), to clean up the dependency handling nastiness and to improve support for rebuilding parts of the toolchain SVN-Revision: 22319