トップ 新規 編集 差分 一覧 ソース 検索 ヘルプ PDF RSS ログイン

distcc

distcc

[FreeBSD] [Linux]

FreeBSDの場合

# portinstall devel/ccache devel/distcc
# mkdir -p /usr/local/var/.ccache
DISTCC_HOSTS='localhost foo bar hoge fuga'
CCACHE_DIR=/usr/local/var/.ccache
CCACHE_LOGFILE=/var/log/ccache.log
.if !defined(NOCCACHE)
CC=/usr/local/libexec/ccache/cc
CXX=/usr/local/libexec/ccache/c++
CCACHE_PREFIX=/usr/local/bin/distcc
.endif

LINK

samba.org

Intel

gentoo

クロスコンパイル

最終更新時間:2004年11月28日 18時25分51秒