mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-07 13:00:00 +01:00
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
This commit is contained in:
parent
9bd36eab71
commit
9cbf17bc06
@ -84,6 +84,9 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>June 15th, 2005 [archaic]: Added --disable-nls to pass2 binutils
|
||||
to avoid requirement of gettext. (merged from trunk r5983)</para></listitem>
|
||||
|
||||
<listitem><para>June 14th, 2005 [archaic]: Updated all build sizes. (merged from
|
||||
trunk r5916, r5917, r5918, and r5972)</para></listitem>
|
||||
|
||||
|
@ -46,7 +46,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>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "TESTING-20050614">
|
||||
<!ENTITY releasedate "June 14, 2005">
|
||||
<!ENTITY version "TESTING-20050615">
|
||||
<!ENTITY releasedate "June 15, 2005">
|
||||
<!ENTITY milestone "6.1">
|
||||
|
||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||
|
Loading…
Reference in New Issue
Block a user