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 1OoCn8-0003n8-U5 for garchives@archives.gentoo.org; Wed, 25 Aug 2010 10:01:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2C3AE0896; Wed, 25 Aug 2010 10:00:56 +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 C8D80E0896 for ; Wed, 25 Aug 2010 10:00:56 +0000 (UTC) Received: by iwn39 with SMTP id 39so504082iwn.40 for ; Wed, 25 Aug 2010 03:00:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=nEMlFZ+c0dSSwuaNrKnbGqCZN0dUh4Fq21zdBg9ed5U=; b=kHWtbwfJQq9dR4ESYrDuYf4UR957jTx6nZpant3VQrK/hsjh5bkESLE5e0PBqoi0CT T87maknmQ7d6w4EuG9RUDa+X5MgNhQlJDSBCOrQX6Slx9t8x6IKUXCvkSG9nrePVCPuX iDITUfd2f9zJpEPeZn1FTnG8b50E6zvsUCp4w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=EvW1YbJmTAjz6nIg/PD2u+5m+krYQH+i/POzhNI2LDTBj8S0FFWdki1YGXdN8khja4 NAZ+YVniLKUZcNqgHSFeN3q6w12NtM07OW+Uoln0NYv8w++JAyOZi2Qx4uzhRM9lCsMl 9Hb2cZBGLYpaq3tCYkR2eT2lBUWiD4xJFGiFw= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.231.40.9 with SMTP id i9mr10061023ibe.5.1282730456529; Wed, 25 Aug 2010 03:00:56 -0700 (PDT) Received: by 10.231.36.205 with HTTP; Wed, 25 Aug 2010 03:00:56 -0700 (PDT) Date: Wed, 25 Aug 2010 12:00:56 +0200 Message-ID: Subject: [gentoo-user] CHOST on Cygwin? From: Al To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: bb621ddd-91ff-41ff-812a-889164aa4158 X-Archives-Hash: 6a4f87c8a6c42591b01ae7b1e1382d6c Hello, I try to setup Gentoo Prefix on Cygwin. Cygwin is a POSIX layer on windows. That means that the environment is POSIX but the binaries are COFF instead of ELF AFAIK. Now I wonder which CHOST to set in this case. What does it describe, the environment or the file format? Al