From 9cbf17bc068aaca6436fd455e41e60386e9332e0 Mon Sep 17 00:00:00 2001 From: Archaic Date: Wed, 15 Jun 2005 15:53:53 +0000 Subject: [PATCH] Added --disable-nls to pass2 binutils to avoid requirement of gettext. (merged from trunk r5983) git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter05/binutils-pass2.xml | 2 +- general.ent | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 492b0acc4..9d52c63b5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -84,6 +84,9 @@ First a summary, then a detailed log. +June 15th, 2005 [archaic]: Added --disable-nls to pass2 binutils +to avoid requirement of gettext. (merged from trunk r5983) + June 14th, 2005 [archaic]: Updated all build sizes. (merged from trunk r5916, r5917, r5918, and r5972) diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 2d6b2cca1..c0cd6e400 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -46,7 +46,7 @@ cd ../binutils-build Prepare Binutils for compilation: ../binutils-&binutils-version;/configure --prefix=/tools \ - --enable-shared --with-lib-path=/tools/lib + --disable-nls --enable-shared --with-lib-path=/tools/lib The meaning of the new configure option: diff --git a/general.ent b/general.ent index 40a0b182f..e4c6dbae3 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +