diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-12 11:53:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-12 11:53:58 +0000 |
commit | 9da98834b853521dee3d46d9a0b63fedb8e362e1 (patch) | |
tree | 98aacec0edc0c68b6fe0f06cf63d018c1257ec40 /conf/distro | |
parent | c4b41d3ae90923f450fc0c113ba6d668c6c6aabd (diff) |
angstrom: use 2.6.15.99 libc headers to avoid ' strtol_l.c:497: error: 'ERANGE' undeclared (first use in this function)' that 2.6.18+2.6.19rc1 produces for glibc-intermediate
Diffstat (limited to 'conf/distro')
-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 88de5c9fd1..f424c3ef32 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -114,7 +114,7 @@ PREFERRED_VERSION_gcc-cross ?= "4.1.1" PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" PREFERRED_VERSION_binutils ?= "2.17" PREFERRED_VERSION_binutils-cross ?= "2.17" -PREFERRED_VERSION_linux-libc-headers ?= "2.6.18+2.6.19-rc1" +PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" PREFERRED_VERSION_glibc ?= "2.5" PREFERRED_VERSION_glibc-intermediate ?= "2.5" |