Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ccache: Make ccache aware of OpenWRT provided GCC patch. | Felix Fietkau | 2015-07-14 | 2 | -20/+37 |
| | | | | | | | | | | | | | | | | The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option to gcc that depends on an environment variable. Standard ccache is unaware of this option and therefor can produce stdout from gcc that doesn't correspond to what you would get if you actually do a direct compilation with gcc. This commit adds a patch to ccache to make it aware of the new option and removes the feature from the ccache package to use the host system's installed ccache binary. Signed-off-by: Karl Vogel <karl.vogel@gmail.com> SVN-Revision: 46364 | ||||
* | ccache: upgrade to version 3.1.11 | Luka Perkov | 2015-06-23 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 46114 | ||||
* | tools: remove static linking support | Jo-Philipp Wich | 2015-02-06 | 1 | -1/+0 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285 | ||||
* | ccache: upgrade to version 3.1.9 | Luka Perkov | 2013-02-27 | 1 | -3/+3 |
| | | | | SVN-Revision: 35821 | ||||
* | use HOST_STATIC_LINKING instead of hardcoding -static | Jo-Philipp Wich | 2012-08-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 33140 | ||||
* | ccache: fix compilation, link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -5/+2 |
| | | | | SVN-Revision: 33113 | ||||
* | fix ccache build | John Crispin | 2012-08-10 | 1 | -1/+3 |
| | | | | SVN-Revision: 33087 | ||||
* | ccache does not need zcat | John Crispin | 2012-06-15 | 1 | -1/+0 |
| | | | | SVN-Revision: 32385 | ||||
* | add ccache wrapper | John Crispin | 2012-06-06 | 3 | -0/+14 |
| | | | | SVN-Revision: 32075 | ||||
* | ccache: update to 3.1.7 | Florian Fainelli | 2012-04-02 | 1 | -4/+4 |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31166 | ||||
* | tools: clean up Makefiles / make ccache work | John Crispin | 2012-01-15 | 1 | -5/+3 |
| | | | | SVN-Revision: 29754 | ||||
* | tools/ccache: update to version 3.1.3 | Alexandros C. Couloumbis | 2010-12-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 24377 | ||||
* | clean up / fix various Host/Clean templates in tools/ | Felix Fietkau | 2009-05-08 | 1 | -1/+0 |
| | | | | SVN-Revision: 15714 | ||||
* | fix ccache host installation (#4902) | Florian Fainelli | 2009-04-09 | 1 | -0/+2 |
| | | | | SVN-Revision: 15165 | ||||
* | build system refactoring in preparation for allowing packages to do ↵ | Felix Fietkau | 2009-02-22 | 1 | -12/+12 |
| | | | | | | host-build steps SVN-Revision: 14610 | ||||
* | fix ccache installation (#3942) | Felix Fietkau | 2008-09-03 | 1 | -3/+1 |
| | | | | SVN-Revision: 12515 | ||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 1 | -3/+1 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | ||||
* | move ccache to tools/ and fix potential dependency issue | Felix Fietkau | 2007-02-27 | 1 | -0/+49 |
SVN-Revision: 6413 |