summaryrefslogtreecommitdiff
path: root/toolchain/ccache
AgeCommit message (Collapse)Author
2007-08-28- misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-06-23- "Keep the actual toolchain binaries in a directory at the same level".Bernhard Reutner-Fischer
2007-06-22- fixup ccache to know about usr/binBernhard Reutner-Fischer
2007-02-03patch from rick68:Eric Andersen
make certain uninstall works more than once.
2007-02-03There is no 'make uninstall' for ccache.Eric Andersen
Attempt to manually make uninstall work....
2007-01-29- update defconfig to current versions and a minimal package selectionBernhard Reutner-Fischer
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-18Patch from Thomas Lundquist to fix a thinkoEric Andersen
2004-10-11-xvf -> $(TAR_OPTIONS)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09Add some seperatorsEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik