Gentoo Archives: gentoo-embedded

From: Christopher Friedt <chrisfriedt@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] gcc-4.6 / bionic
Date: Wed, 18 May 2011 18:08:27
Message-Id: BANLkTim5NF5MSiB2Xd5B3wjxEH-UYwZo5A@mail.gmail.com
In Reply to: Re: [gentoo-embedded] gcc-4.6 / bionic by Christopher Friedt
1 Incidentally, if you try to recreate the toolchain, please use the following:
2
3 =====================================================
4 #!/bin/sh
5
6 export PORTDIR_OVERLAY="/usr/local/portage/crossdev-overlay"
7 export PORTDIR_OVERLAY="${PORTDIR_OVERLAY}
8 /usr/local/portage/gentoo-bionic-overlay"
9
10 emerge =sys-devel/crossdev-20110310 =sys-devel/gnuconfig-20100924
11
12 crossdev \
13 -S \
14 --g 4.6.0 \
15 --target i686-pc-linux-bionic
16
17 =====================================================
18
19 Cheers,
20
21 C