From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q2Njk-0000rS-Mf for garchives@archives.gentoo.org; Wed, 23 Mar 2011 13:04:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51B381C06D for ; Wed, 23 Mar 2011 13:04:32 +0000 (UTC) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 4987AE0540 for ; Wed, 23 Mar 2011 12:50:48 +0000 (UTC) Received: by iwn2 with SMTP id 2so11427499iwn.40 for ; Wed, 23 Mar 2011 05:50:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=iZFoXXIJRFiwONtsVBHUCGzAWKIIf1LS245M65VmnIo=; b=yBUmjKyCLdh3TLiUdIAM2An6pgDRi0qxfjoq3M3Q2IKzCNQ5flYfFNxZEldedCj96L 03qssWb0vGXyL7URQ9h3AIykggYLabmaothadoXAamsxOXL6XAfTjaYTCElU7wpBqPH+ Pf/Xni5gfo0luwmouYVj33t9JbRzKa+NlWCaI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=nqm9QKGQguHEh7Hrfea3l1/8Dbwepy1keGDJBb0tDgoZrAOzbC5lyDZSwsbYF9Xnps IkjOwx+jWz3sr54CicvKeabKM3eKM15RC133udrNNMSrftWjPDwTI+Yiy4WB0rxizOC8 CpYEnEw5UIejaqBnGBNmujkqfZiEUEmd1EAgI= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Received: by 10.42.156.74 with SMTP id y10mr8506695icw.235.1300884647799; Wed, 23 Mar 2011 05:50:47 -0700 (PDT) Received: by 10.231.172.17 with HTTP; Wed, 23 Mar 2011 05:50:47 -0700 (PDT) Date: Wed, 23 Mar 2011 15:50:47 +0300 Message-ID: Subject: [gentoo-embedded] one cross-toolchain, many filesystem trees. From: Sergey Mironov To: gentoo-embedded@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: d65b5f24e23389ed01fbe4c75d335b82 Hi. I'm planning to build 3 ARM filesystem trees. Since they differs only in softfloat and mach flags in their /etc/make.conf, I don't want to maintain 3 equal cross-build environments. Thats why I'm thinking about building only one and than making 2 additional emerge wrappers, which will set right SYSROOT and call original emerge wrapper. Is it generally sufficient to make things work? Thanks in advance. Sergey.