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 <gentoo-embedded+bounces-3789-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1PZTKH-0008Ah-Cl
	for garchives@archives.gentoo.org; Sun, 02 Jan 2011 19:10:51 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DAD0FE071E
	for <garchives@archives.gentoo.org>; Sun,  2 Jan 2011 19:10:44 +0000 (UTC)
Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id 148F2E0656
	for <gentoo-embedded@lists.gentoo.org>; Sun,  2 Jan 2011 19:06:13 +0000 (UTC)
Received: by fxm11 with SMTP id 11so7298973fxm.40
        for <gentoo-embedded@lists.gentoo.org>; Sun, 02 Jan 2011 11:06:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from
         :user-agent:mime-version:to:subject:references:in-reply-to
         :content-type:content-transfer-encoding;
        bh=hQYXpzDgxWUja8nf2Msaf083PC6dl5LWwv15AiWOM9U=;
        b=NrRLK5W8dQT0+Rc/RHYCq05hLS52ojQVcqF+ZzzWl01Ld7bZURTZSFgtNdHbekwAnL
         TaBtdqPxNltwYmHRzZkUOjxZgF2bzz/A1QqYuApC/Hi/po4bkAmTqBwL2uETiS56/Cy5
         W8lrJwjAIInJJjUsdeEXGgmO+A4g47ku1eD24=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        b=cR2cZ05xUAlGLrIfLzliZpTA8RZWFlPHBAXEPQAWzKv2dZPXCxvIszRDXVp3oYepbW
         oBdu9+tflCk1wD6TahHSdB+YtLj33Q6X3bYazgg0lYJMAH2Njf0NRiIcwpe6df//HEAF
         KzHzhEOECV3cP7EK31m8TqInhKSyhQdXw/xmE=
Received: by 10.223.74.11 with SMTP id s11mr820961faj.2.1293995173281;
        Sun, 02 Jan 2011 11:06:13 -0800 (PST)
Received: from [10.0.0.3] (188-22-203-96.adsl.highway.telekom.at [188.22.203.96])
        by mx.google.com with ESMTPS id b7sm1660488faa.42.2011.01.02.11.06.11
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 02 Jan 2011 11:06:12 -0800 (PST)
Message-ID: <4D20CC98.1020501@gmail.com>
Date: Sun, 02 Jan 2011 20:06:00 +0100
From: Christoph Spielmann <spielc@gmail.com>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101227 Lightning/1.0b3pre Thunderbird/3.1.7
Precedence: bulk
List-Post: <mailto:gentoo-embedded@lists.gentoo.org>
List-Help: <mailto:gentoo-embedded+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-embedded+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org>
X-BeenThere: gentoo-embedded@lists.gentoo.org
Reply-to: gentoo-embedded@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-embedded@lists.gentoo.org
Subject: Re: [gentoo-embedded] CBUILD= HOSTCC=-gcc
References: <AANLkTikBSJE7SWS7_m6j0W2g2eV-kiMc_mVdyZSWvKR7@mail.gmail.com>
In-Reply-To: <AANLkTikBSJE7SWS7_m6j0W2g2eV-kiMc_mVdyZSWvKR7@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 87fd9ab8-fcd0-40eb-8116-b0d29ab68e83
X-Archives-Hash: 6cd4b9d9190d25cfb910840a89c0f031

Hi,

Am 02.01.2011 18:40, schrieb Kfir Lavi:
> Hi,
> Did crossdev for a
> crossdev i686-gentoo.edge-linux-gnu
 From crossdev-manpage:

...
Target (-t) takes a tuple ARCH-VENDOR-OS-LIBC; see 'crossdev -t help'

I assume that the '.' is not a valid character and thus you don't get 
valid entries in cross-root's make.conf
>
> The make.conf has empty entries: (right side is what should be written)
>   CBUILD=                                                             
> |  CBUILD=i686-pc-linux-gnu
>   ARCH=x86                                                            
> |  ARCH=x86
>                                                                       |
>   HOSTCC=-gcc                                                         
> |  HOSTCC=i686-pc-linux-gnu-gcc
>
> Why is that?
>
> Thanks,
> Kfir