diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-14 17:33:21 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-14 17:33:21 +0100 |
commit | 4f5a0a5bea3eedad61ce28ccafc858735306194e (patch) | |
tree | 97e26ec556b4be2261011c5b7a103ee1d94d3916 /conf | |
parent | 44a201e095eb1f32c5e2e3f7510ee7a5400f6757 (diff) |
angstrom 2008: while binutils 2.19 works fine on some platforms it breaks thumb, so switch back to 2.18.something
Diffstat (limited to 'conf')
-rw-r--r-- | 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 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}" |