diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-06 00:56:21 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-06 00:56:21 (EST) |
commit | f1b69cb9ae318102a4afca32eeb68888d5bd27f2 (patch) | |
tree | 0d529bb064676d3c0754a3375d432af718d23c75 | |
parent | 8e03df3c08c1413b02d2f21b348663ebb53e7dc8 (diff) |
Fix a "'_nl_C_locobj_ptr' undeclared" error.
See: http://www.sourceware.org/ml/crossgcc/2011-12/msg00063.html
-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 |