Sorry, I made a mistake there,
instead of ECONF_EXTRA, the variable should be called EXTRA_ECONF,
according to 'man 5 ebuild'
~/Chris
Christopher Friedt wrote:
mkdir -p /usr/local/portage/maverick_overlay &&
SRV="http://vaiprime.visibleassets.com" \
LOC="~cfriedt/overlays/maverick.tar.bz2" \
wget -O - ${SRV}/${LOC} | \
tar xpjf - -C /usr/local/portage/maverick_overlay &&
PORTDIR_OVERLAY="/usr/local/portage/crossdev_overlay \
/usr/local/portage/maverick_overlay" \
ECONF_EXTRA="--disable-nls --enable-shared \
--with-system-zlib --without-included-gettext \
--enable-threads=posix --enable-clocale=gnu \
--with-fpu=maverick --with-float-abi=softfp \
--with-cpu=ep9312 --enable-languages=c,c++" \
USE="-gcj -gtk -fortran -mudflap" \
crossdev -S \
--l 2.5-r4 --g 4.1.2 --b 2.17-r1 \
armv4t-maverick-linux-gnueabi
--
[email protected] mailing list