diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-11-23 00:58:00 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-11-25 14:12:35 +0100 |
commit | c8da8a939d1f110116c995c9673cafdaa76d3854 (patch) | |
tree | 8ba41141666f744bba9adb233b1b2177f52f0ee0 | |
parent | 2c8134baa56ad047f5c37069379c0e560dd6477e (diff) |
sane-toolchain.inc: bump linux-userspace-headers to match with bumped eglibc version
-rw-r--r-- | conf/distro/include/sane-toolchain.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index c98234fb9a..7bf196371d 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -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" |