From: Stelios Koroneos Date: Mon, 5 Nov 2007 13:28:41 +0000 (+0000) Subject: conf/distro/angstrom-2007.1.conf : Set gcc version to 4.1.1 for mpc8323e-rdb so that... X-Git-Tag: Release-2010-05/1~8454^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2d86859defc62e0e79165d706e0dc7c3ee5458;p=openembedded.git conf/distro/angstrom-2007.1.conf : Set gcc version to 4.1.1 for mpc8323e-rdb so that both glibc and uclibc targets build --- diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 7e50500578..303d4c7108 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -86,6 +86,12 @@ PREFERRED_VERSION_gcc-cross_dht-walnut ?= "4.1.1" PREFERRED_VERSION_gcc-cross-sdk_dht-walnut ?= "4.1.1" PREFERRED_VERSION_gcc-cross-initial_dht-walnut ?= "4.1.1" + +PREFERRED_VERSION_gcc_mpc8323e-rdb ?= "4.1.1" +PREFERRED_VERSION_gcc-cross_mpc8323e-rdb ?= "4.1.1" +PREFERRED_VERSION_gcc-cross-sdk_mpc8323e-rdb ?= "4.1.1" +PREFERRED_VERSION_gcc-cross-initial_mpc8323e-rdb ?= "4.1.1" + PREFERRED_VERSION_binutils ?= "2.18" PREFERRED_VERSION_binutils-cross ?= "2.18" PREFERRED_VERSION_binutils-cross-sdk ?= "2.18"