From: Koen Kooi Date: Fri, 14 Nov 2008 16:33:21 +0000 (+0100) Subject: angstrom 2008: while binutils 2.19 works fine on some platforms it breaks thumb,... X-Git-Tag: Release-2010-05/1~5350^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5a0a5bea3eedad61ce28ccafc858735306194e;p=openembedded.git angstrom 2008: while binutils 2.19 works fine on some platforms it breaks thumb, so switch back to 2.18.something --- diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index cf668e9e0f..9bc0273466 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -105,8 +105,8 @@ ANGSTROM_GCC_VERSION_avr32 ?= "4.2.2" #Everybody else can just use this: ANGSTROM_GCC_VERSION ?= "4.2.4" -PREFERRED_VERSION_binutils-cross ?= "2.19" -PREFERRED_VERSION_binutils-cross-sdk ?= "2.19" +PREFERRED_VERSION_binutils-cross ?= "2.18.50.0.7" +PREFERRED_VERSION_binutils-cross-sdk ?= "2.18.50.0.7" PREFERRED_VERSION_gcc ?= "${ANGSTROM_GCC_VERSION}" PREFERRED_VERSION_gcc-cross ?= "${ANGSTROM_GCC_VERSION}"