aboutsummaryrefslogtreecommitdiff
path: root/toolchain/gcc/common.mk
Commit message (Collapse)AuthorAge
...
* fix typoImre Kaloz2010-10-29
| | | | SVN-Revision: 23705
* get rid of old gcc versionsImre Kaloz2010-10-29
| | | | SVN-Revision: 23704
* add support for Linaro GCC 2010.10Imre Kaloz2010-10-29
| | | | SVN-Revision: 23703
* we don't support gcc 3.x for some time nowImre Kaloz2010-10-28
| | | | SVN-Revision: 23686
* gcc 4.4.5 supportImre Kaloz2010-10-04
| | | | SVN-Revision: 23220
* 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