Author: robert
Date: 2011-02-03 14:06:36 -0700 (Thu, 03 Feb 2011)
New Revision: 1611
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/binutils.xml
trunk/BOOK/chapter06/glibc.xml
Log:
Added some -no options when building the Binutils tests in chapter 6.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-02-03 08:49:54 UTC (rev 1610)
+++ trunk/BOOK/chapter01/changelog.xml 2011-02-03 21:06:36 UTC (rev 1611)
@@ -41,6 +41,10 @@
<para>2011-02-03</para>
<itemizedlist>
<listitem>
+ <para>[robert] - Added some -no options when building the Binutils
+ tests in chapter 6.</para>
+ </listitem>
+ <listitem>
<para>[robert] - Add a sed that modifies incorrect defines in glibc.
Thanks to Bryan Kadzban for identifying the proper fix. Fixes
<ulink url="&lfs-ticket-root;2820">#2820</ulink>.</para>
Modified: trunk/BOOK/chapter06/binutils.xml
===================================================================
--- trunk/BOOK/chapter06/binutils.xml 2011-02-03 08:49:54 UTC (rev 1610)
+++ trunk/BOOK/chapter06/binutils.xml 2011-02-03 21:06:36 UTC (rev 1611)
@@ -108,7 +108,7 @@
<para>Test the results:</para>
-<screen><userinput remap="test">make check</userinput></screen>
+<screen><userinput remap="test">make CC="gcc -O2 -fno-stack-protector -nopie
-fno-PIE" check</userinput></screen>
<para>Install the package:</para>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2011-02-03 08:49:54 UTC (rev 1610)
+++ trunk/BOOK/chapter06/glibc.xml 2011-02-03 21:06:36 UTC (rev 1611)
@@ -99,7 +99,7 @@
<para>Fix a stack imbalance that occurs under some conditions:</para>
<screen><userinput remap="pre">sed -i '195,213
s/PRIVATE_FUTEX/FUTEX_CLOCK_REALTIME/' \
-nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timed{rd,wr}lock.S</userinput></screen>
+
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timed{rd,wr}lock.S</userinput></screen>
<para>The Glibc documentation recommends building Glibc outside of the
source
directory in a dedicated build directory:</para>
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page