|
@@ -93,6 +93,13 @@ first a summary, then a detailed log.</para>
|
|
|
</itemizedlist>
|
|
|
</listitem>
|
|
|
|
|
|
+<listitem><para>September 11th, 2004 [jeremy]: A problem was reported on IRC
|
|
|
+where after locking in glibc chapter 6, gcc would no longer function properly
|
|
|
+due to a missing libgcc_s library. In troubleshooting, it was found that this
|
|
|
+occured because only the .so.1 library was linked from /tools to /usr/lib at
|
|
|
+the start of chapter 6. Added a symlink of libgcc_s.so to the createfiles
|
|
|
+page in chapter 6.</para></listitem>
|
|
|
+
|
|
|
<listitem><para>September 10th, 2004 [jeremy]: Modified the instructions to
|
|
|
lock in glibc in Chapter 6, modifying the startfile_prefix_spec parameter in
|
|
|
the gcc specs file. Thanks to Greg Schafer for pointing out this problem, and
|