User larger ccache for the benefit of IA64 builds.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2008-04-28 17:16:14 +00:00
parent cb751f46a0
commit 76cba3115c

View File

@@ -165,7 +165,7 @@ export LD_LIBRARY_PATH
if { ccache -V; } >/dev/null 2>&1; then
CCACHE_DIR=$TOPDIR/ccache
export CCACHE_DIR
ccache -M 90M
ccache -M 120M
fi
cd $BUILDDIR
if [ -f wx-config ]; then