Gentoo Archives: gentoo-embedded

From: Christopher Friedt <cfriedt@××××××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] cirrus ep93xx chips / maverick crunch
Date: Tue, 12 Feb 2008 22:32:50
Message-Id: 47B21E90.4010404@visible-assets.com
In Reply to: Re: [gentoo-embedded] cirrus ep93xx chips / maverick crunch by Christopher Friedt
1 Sorry, I made a mistake there,
2
3 instead of ECONF_EXTRA, the variable should be called EXTRA_ECONF,
4 according to 'man 5 ebuild'
5
6 ~/Chris
7
8 Christopher Friedt wrote:
9 > mkdir -p /usr/local/portage/maverick_overlay &&
10 > SRV="http://vaiprime.visibleassets.com" \
11 > LOC="~cfriedt/overlays/maverick.tar.bz2" \
12 > wget -O - ${SRV}/${LOC} | \
13 > tar xpjf - -C /usr/local/portage/maverick_overlay &&
14 > PORTDIR_OVERLAY="/usr/local/portage/crossdev_overlay \
15 > /usr/local/portage/maverick_overlay" \
16 > ECONF_EXTRA="--disable-nls --enable-shared \
17 > --with-system-zlib --without-included-gettext \
18 > --enable-threads=posix --enable-clocale=gnu \
19 > --with-fpu=maverick --with-float-abi=softfp \
20 > --with-cpu=ep9312 --enable-languages=c,c++" \
21 > USE="-gcj -gtk -fortran -mudflap" \
22 > crossdev -S \
23 > --l 2.5-r4 --g 4.1.2 --b 2.17-r1 \
24 > armv4t-maverick-linux-gnueabi
25 --
26 gentoo-embedded@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] cirrus ep93xx chips / maverick crunch Jakub Ladman <ladmanj@×××××.cz>