Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch-specs.sh: gcc 3.4.6 has an additional "(OpenWrt-2.0)" after the ↵ | Jo-Philipp Wich | 2012-01-29 | 1 | -1/+1 |
| | | | | | | version tag, cope with that SVN-Revision: 29948 | ||||
* | patch-specs.sh: fallback to ext-toolchain.sh --wrap if spec file patching is ↵ | Jo-Philipp Wich | 2012-01-29 | 1 | -35/+61 |
| | | | | | | not possible (gcc < 4.3.0) SVN-Revision: 29945 | ||||
* | add patch-specs.sh, a utility for modifying GCC specs The patch-specs.sh ↵ | Jo-Philipp Wich | 2012-01-18 | 1 | -0/+64 |
utility dumps the GCC specs of a given toolchain and modifies them to always include $STAGING_DIR in the link and compiler command lines, this makes most -I and -L flags unnecessary and lets the compiler automatically find libraries and headers in the staging dir, also solves the majority of -rpath issues. SVN-Revision: 29767 |