[oe-commits] Koen Kooi : angstrom 2008: while binutils 2. 19 works fine on some platforms it breaks thumb, so switch back to 2.18. something

GIT User account git at amethyst.openembedded.net
Sat Nov 15 10:46:51 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: 4f5a0a5bea3eedad61ce28ccafc858735306194e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4f5a0a5bea3eedad61ce28ccafc858735306194e

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Nov 14 17:33:21 2008 +0100

angstrom 2008: while binutils 2.19 works fine on some platforms it breaks thumb, so switch back to 2.18.something

---

 conf/distro/angstrom-2008.1.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index cf668e9..9bc0273 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}"





More information about the Openembedded-commits mailing list