diff options
-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 |