diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-04 16:31:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-04 16:31:38 +0000 |
commit | ed43a110b2da1c74e5ce2af8658606721df185c8 (patch) | |
tree | e3ccd94589db8df4ee71d5438013fcdc33a1082d /conf | |
parent | 02afc7d70e64499a1fac4526c8a48e2b2925fcf4 (diff) |
angstrom 2007, 2008: switch to binutils 2.18 to get rid of the warning spew in stripping and gdb
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 909e66dcd9..3b2dcce756 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -267,9 +267,9 @@ PREFERRED_VERSION_gcc-cross ?= "4.1.2" PREFERRED_VERSION_gcc-cross-sdk ?= "4.1.2" PREFERRED_VERSION_gcc-cross-initial ?= "4.1.2" -PREFERRED_VERSION_binutils ?= "2.17.50.0.5" -PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5" -PREFERRED_VERSION_binutils-cross-sdk ?= "2.17.50.0.5" +PREFERRED_VERSION_binutils ?= "2.18" +PREFERRED_VERSION_binutils-cross ?= "2.18" +PREFERRED_VERSION_binutils-cross-sdk ?= "2.18" #avr32 only has patches for binutils 2.17 and gcc 4.1.2 in OE PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc_avr32 = "avr32-gcc-cross" |