07/05/28 02:21:53 mfc0QMBy
>>726
Gentoo distcc ドキュメント
URLリンク(www.gentoo.org)
DistCC クロスコンパイルガイド
URLリンク(www.gentoo.org)
>>729
上のドキュメントの通りにすると、
"~なバージョンのコンパイラーがemergeされてしまう"のでしょうか?
HOWTO Cross Compile
URLリンク(gentoo-wiki.com)
以下、ここからの抜粋
On the x86_64 (slave/server) systems: Set up the crossdev environment
emerge crossdev
crossdev -t i686-pc-linux-gnu
note: Gentoo forces the ~arch version of the cross-compiler toolchain,
better is to pass the exact versions to install as parameters
crossdev -t i686-pc-linux-gnu --b 2.16.1-r3 --g 4.1.1-r3 --k 2.6.17-r2 --l 2.4-r4
please change the version numbers so they match the i686 (client) version actually in use.
--b <binutils version> --g <gcc version> --k <kernel-headers version> --l <glibc version>
このように、正確なバージョンを指定すればOKということでしょうか?