sane-toolchain.inc: bump linux-userspace-headers to match with bumped eglibc version
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 22 Nov 2009 23:58:00 +0000 (00:58 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 25 Nov 2009 13:12:35 +0000 (14:12 +0100)
conf/distro/include/sane-toolchain.inc

index c98234f..7bf1963 100644 (file)
@@ -25,8 +25,8 @@ PREFERRED_GCC_VERSION_ppc405         ?= "4.4.1"
 PREFERRED_GCC_VERSION_xilinx-ml403   ?= "4.1.1"
 PREFERRED_GCC_VERSION_xilinx-ml403   ?= "4.1.1"
 
-# 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.23"
+# This is unrelated to the kernel version, but glibc and some userspaceapps require a recent version to build against
+PREFERRED_VERSION_linux-libc-headers ?= "2.6.30"
 
 # Uncomment this if want need to build an armv7a kernel with CSL toolchain (<2.6.27 don't boot with mainline gcc)
 #KERNEL_CCSUFFIX_armv7a= "-4.2.1+csl-arm-2007q3-53"