summaryrefslogtreecommitdiff
path: root/toolchain/ccache/ccache.mk
AgeCommit message (Collapse)Author
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-04-14Browsing to the ccache web page http://ccache.samba.org/Eric Andersen
they list the cannonical download URL as: http://samba.org/ftp/ccache/ so I guess the freshmeat URL is out of date or something.
2006-04-10update ccache urlEric Andersen
2006-03-10- quote HOST_CC.Bernhard Reutner-Fischer
Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
2006-02-07- correct pathBernhard Reutner-Fischer
2005-06-23Update ccache to the latest version, which adds features.Eric Andersen
http://bugs.busybox.net/view.php?id=297
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-12-24use target cflagsMike Frysinger
2004-10-19Kristian Hoffmann writes:Eric Andersen
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
2004-10-11-xvf -> $(TAR_OPTIONS)Mike Frysinger
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik