diff options
author | P. 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) |
commit | 8e03df3c08c1413b02d2f21b348663ebb53e7dc8 (patch) | |
tree | ab5b6e72c8a8944dfe8ef633d16585146c711893 | |
parent | c39940707d5058d913eb84f4d399b1e90d0b7123 (diff) |
Begin localedef notes.
-rw-r--r-- | temporary-bootstrap-builder-setup.txt | 5 |
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 |