diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-18 21:19:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-18 21:19:32 +0000 |
commit | fbdf6ab744b39e4c3cfb05819f701d7b2575f4b5 (patch) | |
tree | ab739768edaf7792c63a7ca427486b00858606e9 /conf/distro | |
parent | b4a9c3c715d3154bf4e0d92c79eded82c0e8ee6b (diff) |
angstrom-2006.9.conf: prefer linux-libc-headers 2.6.15.99, needed for glibc 2.4
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2006.9.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index 37756ac5ef..9c9f751bff 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -54,6 +54,7 @@ PREFERRED_VERSION_gcc-cross ?= "4.1.0" PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0" PREFERRED_VERSION_binutils ?= "2.16.91.0.6" PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.6" +PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" PREFERRED_VERSION_glibc ?= "2.4" PREFERRED_VERSION_glibc-intermediate ?= "2.4" |