From 8a09285b0ef91c9b71ac16af035dfd996223c301 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 25 Jan 2012 18:50:37 -0800 Subject: [PATCH] slugos: Pin uclibc git version as default Unpin gcc and linux-libc-headers version Signed-off-by: Khem Raj --- conf/distro/slugos.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 00e93f1..8096278 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -22,11 +22,8 @@ SDK_VENDOR = "-oesdk" TARGET_FPU_arm ?= "soft" TARGET_FPU_armeb ?= "soft" -GCCVERSION ?= "4.6%" -SDKGCCVERSION ?= "4.6%" EGLIBCVERSION ?= "2.15" -LINUXLIBCVERSION ?= "2.6.37.2" - +UCLIBCVERSION = "0.9.32+0.9.33%" TCMODE ?= "default" TCLIBC ?= "eglibc"