Gentoo Archives: gentoo-embedded

From: Christoph Spielmann <spielc@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] CBUILD= HOSTCC=-gcc
Date: Sun, 02 Jan 2011 19:10:51
Message-Id: 4D20CC98.1020501@gmail.com
In Reply to: [gentoo-embedded] CBUILD= HOSTCC=-gcc by Kfir Lavi
1 Hi,
2
3 Am 02.01.2011 18:40, schrieb Kfir Lavi:
4 > Hi,
5 > Did crossdev for a
6 > crossdev i686-gentoo.edge-linux-gnu
7 From crossdev-manpage:
8
9 ...
10 Target (-t) takes a tuple ARCH-VENDOR-OS-LIBC; see 'crossdev -t help'
11
12 I assume that the '.' is not a valid character and thus you don't get
13 valid entries in cross-root's make.conf
14 >
15 > The make.conf has empty entries: (right side is what should be written)
16 > CBUILD=
17 > | CBUILD=i686-pc-linux-gnu
18 > ARCH=x86
19 > | ARCH=x86
20 > |
21 > HOSTCC=-gcc
22 > | HOSTCC=i686-pc-linux-gnu-gcc
23 >
24 > Why is that?
25 >
26 > Thanks,
27 > Kfir