Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: add the + token to any commands that can pass through the jobserver, ↵ | Felix Fietkau | 2012-09-23 | 1 | -1/+1 |
| | | | | | | fixes parallel build on some systems SVN-Revision: 33523 | ||||
* | gcc: enable parallel builds | Felix Fietkau | 2012-09-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 33444 | ||||
* | toolchain/gcc: fix installing the toolchain after removing the toolchain dir ↵ | Felix Fietkau | 2012-06-30 | 1 | -2/+8 |
| | | | | | | without a full rebuild SVN-Revision: 32554 | ||||
* | gcc: enable --with-headers for the final toolchain build | Felix Fietkau | 2012-02-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 30613 | ||||
* | invoke patch-specs.sh in the gcc/final install stage. Patch up OpenWrts own ↵ | Jo-Philipp Wich | 2012-01-18 | 1 | -0/+1 |
| | | | | | | cross toolchains to always search headers and libraries in $STAGING_DIR, this should solve most issues with missing headers, indirect linking and not found libraries. At a later stage, all -I and -L flags will be purged from TARGET_LDFLAGS and TARGET_CPPFLAGS. SVN-Revision: 29768 | ||||
* | replace gcc 4.5.2 support with 4.6.1 | Imre Kaloz | 2011-07-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 27333 | ||||
* | introduce option to enable setjump()/longjump() based C++ exceptions (#9185, ↵ | Jo-Philipp Wich | 2011-06-23 | 1 | -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 Fietkau | 2010-08-19 | 1 | -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 Fietkau | 2010-07-20 | 1 | -0/+71 |
initial, final), to clean up the dependency handling nastiness and to improve support for rebuilding parts of the toolchain SVN-Revision: 22319 |