summaryrefslogtreecommitdiffstats
path: root/temporary-bootstrap-builder-setup.txt
diff options
context:
space:
mode:
authorP. 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)
commitf1b69cb9ae318102a4afca32eeb68888d5bd27f2 (patch)
tree0d529bb064676d3c0754a3375d432af718d23c75 /temporary-bootstrap-builder-setup.txt
parent8e03df3c08c1413b02d2f21b348663ebb53e7dc8 (diff)
Fix a "'_nl_C_locobj_ptr' undeclared" error.
See: http://www.sourceware.org/ml/crossgcc/2011-12/msg00063.html
Diffstat (limited to 'temporary-bootstrap-builder-setup.txt')
-rw-r--r--temporary-bootstrap-builder-setup.txt3
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