From 3b156d0ceba684abbc86de9a85da679a53bf1271 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 12 May 2011 17:49:35 +0100 Subject: use eglibc 2.13 since 2.12 is busted --- conf/distro/micro.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index bb417b1..fc83e04 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -61,8 +61,7 @@ MACHINE_KERNEL_VERSION = "2.6" # TOOLCHAIN ############################################################################# LIBC ?= "eglibc" -PREFERRED_VERSION_glibc ?= "2.10.1" -PREFERRED_VERSION_glibc-initial ?= "2.10.1" +PREFERRED_VERSION_eglibc = "2.13" PREFERRED_ARM_INSTRUCTION_SET ?= "thumb" require conf/distro/include/sane-toolchain.inc require conf/distro/include/arm-thumb.inc -- cgit 1.2.3-korg