summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache
Commit message (Collapse)AuthorAgeFilesLines
* patch from rick68:Eric Andersen2007-02-031-10/+13
| | | | make certain uninstall works more than once.
* There is no 'make uninstall' for ccache.Eric Andersen2007-02-031-1/+21
| | | | Attempt to manually make uninstall work....
* - update defconfig to current versions and a minimal package selectionBernhard Reutner-Fischer2007-01-291-1/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* Browsing to the ccache web page http://ccache.samba.org/Eric Andersen2006-04-141-1/+1
| | | | | they list the cannonical download URL as: http://samba.org/ftp/ccache/ so I guess the freshmeat URL is out of date or something.
* update ccache urlEric Andersen2006-04-101-1/+1
|
* - quote HOST_CC.Bernhard Reutner-Fischer2006-03-101-2/+2
| | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
* - correct pathBernhard Reutner-Fischer2006-02-071-1/+1
|
* Update ccache to the latest version, which adds features.Eric Andersen2005-06-231-1/+1
| | | | http://bugs.busybox.net/view.php?id=297
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-6/+11
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* use target cflagsMike Frysinger2004-12-241-3/+2
|
* Kristian Hoffmann writes:Eric Andersen2004-10-191-1/+1
| | | | | | | | | TARGET_LANGUAGES wasn't being set correctly if you enable GCJ or C++ in the buildroot config. It looks like INSTALL_LIBSTDCPP and INSTALL_LIBGCJ were renamed to BR2_INSTALL_... in the config system, but not in the gcc and ccache makefiles. -Kristian
* Patch from Thomas Lundquist to fix a thinkoEric Andersen2004-10-181-1/+1
|
* -xvf -> $(TAR_OPTIONS)Mike Frysinger2004-10-111-2/+2
|
* final step in buildroot faceliftEric Andersen2004-10-093-8/+13
|
* Add some seperatorsEric Andersen2004-10-091-0/+2
|
* Major buildroot facelift, step one.Eric Andersen2004-10-093-0/+169
-Erik