diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-31 14:46:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-31 14:46:07 +0000 |
commit | e886b2f3b85431bfd19dbea29722e66f75c33b76 (patch) | |
tree | 49c579f8c05da790ec2c51b6218764a94024a015 /conf/distro | |
parent | 821528ad116a72c2323d88d21e979614c78f1b41 (diff) |
angstrom 2008: prefer 2.6.23 for libc headers
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 98e1c6e22b..93b666c896 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -64,7 +64,7 @@ PREFERRED_VERSION_gcc-cross = "4.2.1" PREFERRED_VERSION_gcc-cross-initial = "4.1.2" #This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against -PREFERRED_VERSION_linux-libc-headers = "2.6.22" +PREFERRED_VERSION_linux-libc-headers = "2.6.23" #Prefer glibc 2.6 and uclibc 0.9.29, these have had the most testing. PREFERRED_VERSION_glibc = "2.6.1" |