From owner-freebsd-questions@FreeBSD.ORG Mon Oct 10 09:34:36 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF6516A41F for ; Mon, 10 Oct 2005 09:34:36 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B57243D49 for ; Mon, 10 Oct 2005 09:34:36 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so131989nzd for ; Mon, 10 Oct 2005 02:34:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Yl58bJf0nDHEGh+O/HZK1ftF07bro8AB37JIJXEqx6ajA7Hb0dc2Z1ggBTSzYv1KB7zQyzeybfPfiMN7QnOVLX5lTjZDEZkq6tE/+wk10c9l9e/XcZufX+0Xh0PP/s2Lf8ffXl4DLejWavgngFWclx4uKCpZwZOxHPejWq4ohko= Received: by 10.36.55.2 with SMTP id d2mr4665524nza; Mon, 10 Oct 2005 02:34:35 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Mon, 10 Oct 2005 02:34:35 -0700 (PDT) Message-ID: Date: Mon, 10 Oct 2005 13:34:35 +0400 From: "Andrew P." To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: distcc and cross-compiling for FreeBSD on Linux/Solaris X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 09:34:36 -0000 We've got some mostly idle, but powerful sparc64 servers running Solaris 9/10, as well as a host of Linux servers (x86 and x86_64). Of course, all the real work is done on a pack of FreeBSD boxes :-) Some days ago I started using ccache and distcc, and I really love these tools. Now I want to get the Solaris and Linux servers to do something useful and compile world, kernels and ports for the FreeBSD boxes. Is there a somewhat comprehensive guide to this? Can somebody share his experience with me? I'm now looking into crosstool how-to's, but I have no knowledge of gcc intrinsics, and some points are very hard for me to understand. Thanks, Andrew P.