diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-21 11:54:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-21 11:54:30 +0000 |
commit | a0144aadf5890bf1ec9a89c86edc82ceb8c4c5f1 (patch) | |
tree | 81ed186b5795cb85d74d37415a74dbd0b163aed7 /conf | |
parent | 2a769d83e8b2f44f26d822987278dbefd54bca4e (diff) |
angstrom 2007.1: use glibc-intermediate 2.4 to get around a build problem with 2.5
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 05acebfa8f..36de87fddb 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -156,6 +156,8 @@ PREFERRED_VERSION_linux-libc-headers_guinness ?= "2.6.18" PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" PREFERRED_VERSION_glibc ?= "2.5" + +PREFERRED_VERSION_glibc-intermediate_guinness ?= "2.4" PREFERRED_VERSION_glibc-intermediate ?= "2.5" # To use an EABI compatible version 3 series gcc, either uncomment |