summaryrefslogtreecommitdiff
path: root/conf/distro/include/angstrom.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-08-02 05:46:17 +0000
committerKoen Kooi <koen@openembedded.org>2007-08-02 05:46:17 +0000
commit66979bb047858c86d2c368b3028d46a27beb7ddb (patch)
treea718aa44c91fd3562550f3b1d61d118ab3e3670f /conf/distro/include/angstrom.inc
parenta608b194b00e3c0807804cb8ec38dee2a640a1ac (diff)
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'
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r--conf/distro/include/angstrom.inc2
1 files changed, 1 insertions, 1 deletions
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}"