From 66979bb047858c86d2c368b3028d46a27beb7ddb Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 2 Aug 2007 05:46:17 +0000 Subject: angstrom: add very experimental 'eglibc' ANGSTROM_MODE * set ANGSTROM_MODE = 'eglibc' to use eglibc as your c library * as the eglibc commit stated: 'only tested up to do_compile' --- conf/distro/include/angstrom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/distro/include/angstrom.inc') diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 3d4be081fb..5522a12728 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -7,7 +7,7 @@ DISTRO_NAME = "Angstrom" TARGET_VENDOR = "-angstrom" -# Can be "glibc" and "uclibc" +# Can be "glibc", "eglibc" or "uclibc" ANGSTROM_MODE ?= "glibc" DEPLOY_DIR = "${TMPDIR}/deploy/${ANGSTROM_MODE}" -- cgit v1.2.3