Ccache
From CBLFS
Jump to navigationJump to search
Download Source: | http://samba.org/ftp/ccache/ccache-2.4.tar.gz |
---|
Contents
Introduction to Ccache
ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.
Project Homepage: http://ccache.samba.org/
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not install any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr && make
Install the package:
make install
Configuring
Contents
Installed Programs: | ccache |
---|---|
Installed Libraries: | None |
Installed Directories: | None |