diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-18 17:54:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-18 17:54:33 +0000 |
commit | 6d6e0cc8b97a71a147169fb9ca93ee06a4299c6b (patch) | |
tree | f2426d643cfeb1986996beb7e4af58f08c20ba0a | |
parent | f44eba5b0b1455a2133d3f787460832eb782db6e (diff) |
angstrom: use binutils-cross 2.17 till we figure out how to teach OE to handle the newer and stricter strip
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 6ae65af640..fb62238fb5 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -115,7 +115,7 @@ PREFERRED_VERSION_gcc ?= "4.1.1" PREFERRED_VERSION_gcc-cross ?= "4.1.1" PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" PREFERRED_VERSION_binutils ?= "2.17.50.0.5" -PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5" +PREFERRED_VERSION_binutils-cross ?= "2.17" PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" PREFERRED_VERSION_glibc ?= "2.5" PREFERRED_VERSION_glibc-intermediate ?= "2.5" |