summaryrefslogtreecommitdiffstats
path: root/temporary-bootstrap-builder-setup.txt
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-06 00:52:21 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-06 00:52:21 (EST)
commit8e03df3c08c1413b02d2f21b348663ebb53e7dc8 (patch)
treeab5b6e72c8a8944dfe8ef633d16585146c711893 /temporary-bootstrap-builder-setup.txt
parentc39940707d5058d913eb84f4d399b1e90d0b7123 (diff)
Begin localedef notes.
Diffstat (limited to 'temporary-bootstrap-builder-setup.txt')
-rw-r--r--temporary-bootstrap-builder-setup.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt
index cb21294..cc6e82f 100644
--- a/temporary-bootstrap-builder-setup.txt
+++ b/temporary-bootstrap-builder-setup.txt
@@ -266,3 +266,8 @@ of either version 3.1.6 or the version of Linux running on your host system.
> --with-headers=${BBL}/usr/include --cache-file=config.cache
$ make
$ make install_root=${BBL} install
+ $ rm -Rf *
+
+Build EGLIBC's localedef and install locales.
+ $ ../eglibc-2.14/localedef/configure --prefix=${BBL}/usr --with-glibc=../eglibc-2.14/libc
+ $ make