diff options
-rw-r--r-- | temporary-bootstrap-builder-setup.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt index cc6e82f..cdd6db2 100644 --- a/temporary-bootstrap-builder-setup.txt +++ b/temporary-bootstrap-builder-setup.txt @@ -269,5 +269,6 @@ of either version 3.1.6 or the version of Linux running on your host system. $ rm -Rf * Build EGLIBC's localedef and install locales. - $ ../eglibc-2.14/localedef/configure --prefix=${BBL}/usr --with-glibc=../eglibc-2.14/libc + $ CPPFLAGS=-DNOT_IN_libc ../eglibc-2.14/localedef/configure + > --prefix=${BBL}/usr --with-glibc=../eglibc-2.14/libc $ make |