aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml6
-rw-r--r--chapter04/chapter04.xml2
-rw-r--r--chapter05/gcc-pass2-inst.xml11
-rw-r--r--chapter05/ncurses-inst.xml9
-rw-r--r--entities/gcc.ent2
-rw-r--r--index.xml4
6 files changed, 22 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 122932489..05b553a47 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -58,7 +58,7 @@
<listitem><para>gcc-2.95.3-2.patch</para></listitem>
<listitem><para>gcc-2.95.3-returntype-fix.patch</para></listitem>
<listitem><para>gcc-3.3.1-no_fixincludes-2.patch</para></listitem>
-<listitem><para>gcc-3.3.1-specs-1.patch</para></listitem>
+<listitem><para>gcc-&gcc-specs-version;.patch</para></listitem>
<listitem><para>gcc-3.3.1-suppress-libiberty.patch</para></listitem>
<listitem><para>grub-0.93</para></listitem>
<listitem><para>grub-0.93-gcc33-1.patch</para></listitem>
@@ -94,6 +94,10 @@
</itemizedlist>
</para></listitem>
+<listitem><para>September 20th, 2003 [greg]: Chapter 5 - GCC Pass 2: Updated
+to gcc-3.3.1-specs-2.patch. Ncurses: added --enable-overwrite and description.
+</para></listitem>
+
<listitem><para>September 19th, 2003 [jeremy]: Corrected bash tags for proper
use of the +h flag to bash</para></listitem>
diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml
index 67890ef5b..93c0c9155 100644
--- a/chapter04/chapter04.xml
+++ b/chapter04/chapter04.xml
@@ -260,7 +260,7 @@ GCC-2 Return-type Patch:
GCC No Fixincludes Patch:
<ulink url="&http;/gcc-3.3.1-no_fixincludes-2.patch"/>
GCC Specs Patch:
-<ulink url="&http;/gcc-3.3.1-specs-1.patch"/>
+<ulink url="&http;/gcc-&gcc-specs-version;.patch"/>
GCC Suppress Libiberty Patch:
<ulink url="&http;/gcc-3.3.1-suppress-libiberty.patch"/>
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml
index c9eb1dd25..81a1b2dbf 100644
--- a/chapter05/gcc-pass2-inst.xml
+++ b/chapter05/gcc-pass2-inst.xml
@@ -34,11 +34,12 @@ searched before the system include directory, resulting in GCC finding the
fixed headers from the host system, which would most likely not match the Glibc
version actually used for the LFS system.</para>
-<para>The last patch changes GCC's default location of the dynamic linker
-(ld). Patching now rather than adjusting the specs file after installation
-ensures that our new dynamic linker gets used during the actual build of GCC.
-That is, all the final (and temporary) binaries created during the build will
-link against the new Glibc.</para>
+<para>The last patch changes GCC's default location of the dynamic linker
+(typically ld-linux.so.2). It also removes <filename class="directory">/usr/include
+</filename> from GCC's include search path. Patching now rather than adjusting
+the specs file after installation ensures that our new dynamic linker gets used
+during the actual build of GCC. That is, all the final (and temporary) binaries
+created during the build will link against the new Glibc.</para>
<para>Create a separate build directory again:</para>
diff --git a/chapter05/ncurses-inst.xml b/chapter05/ncurses-inst.xml
index 7b030edcf..938be653f 100644
--- a/chapter05/ncurses-inst.xml
+++ b/chapter05/ncurses-inst.xml
@@ -15,7 +15,7 @@ deprecated headers.</para>
<para>Now prepare Ncurses to be compiled:</para>
<para><screen><userinput>./configure --prefix=/tools --with-shared \
-&nbsp;&nbsp;&nbsp;&nbsp;--without-debug --without-ada</userinput></screen></para>
+&nbsp;&nbsp;&nbsp;&nbsp;--without-debug --without-ada --enable-overwrite</userinput></screen></para>
<para>The meaning of the configure options:</para>
@@ -24,7 +24,12 @@ deprecated headers.</para>
to build its Ada bindings, even if an Ada compiler is installed on the host.
This must be done because once we enter the chroot environment, Ada will no
longer be available.</para></listitem>
-</itemizedlist>
+
+<listitem><para><userinput>--enable-overwrite</userinput>: This tells Ncurses
+to install its header files into <filename class="directory">/tools/include</filename>
+instead of <filename class="directory">/tools/include/ncurses</filename> to
+ensure that other packages can find the Ncurses headers successfully.</para>
+</listitem></itemizedlist>
<para>Compile the programs and libraries:</para>
diff --git a/entities/gcc.ent b/entities/gcc.ent
index 21b146f39..c41eaf2fe 100644
--- a/entities/gcc.ent
+++ b/entities/gcc.ent
@@ -17,7 +17,7 @@
<!ENTITY aa-gcc-down SYSTEM "../appendixa/gcc-down.xml">
<!ENTITY gcc-version "3.3.1">
-<!ENTITY gcc-specs-version "3.3.1-specs-1">
+<!ENTITY gcc-specs-version "3.3.1-specs-2">
<!ENTITY gcc-depversion "2.95.3">
<!ENTITY gcc-contversion "3.1">
<!ENTITY gcc-core-size "13,140 KB">
diff --git a/index.xml b/index.xml
index 916fd9c01..c0d19c42e 100644
--- a/index.xml
+++ b/index.xml
@@ -3,8 +3,8 @@
"/usr/share/docbook/docbookx.dtd" [
-<!ENTITY version "20030919">
-<!ENTITY releasedate "September 19th, 2003">
+<!ENTITY version "20030920">
+<!ENTITY releasedate "September 20th, 2003">
<!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">