diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-15 15:42:46 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-15 15:42:46 +0000 |
commit | 71a091ec179e72dda34808551e722011a4426f1b (patch) | |
tree | 67fa5c292ac49b6bb8e3a401e146cc99cd34c7fb /chapter05 | |
parent | 40cb5bfdbf7bc2a4b9689cf9e8234d537829b2fc (diff) |
Added --disable-nls to pass2 binutils to avoid requirement of gettext.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5983 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 8ac747bb5..25624235b 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -48,7 +48,7 @@ cd ../binutils-build</userinput></screen> <para>Prepare Binutils for compilation:</para> <screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \ - --enable-shared --with-lib-path=/tools/lib</userinput></screen> + --disable-nls --enable-shared --with-lib-path=/tools/lib</userinput></screen> <para>The meaning of the new configure option:</para> |