Changeset 8480
- Timestamp:
- 02/17/08 12:58:48 (10 months ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/gcc.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r8479 r8480 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[matthew] - Now that <command>mktemp</command> is installed by 44 Coreutils in chapter 5, there is no need to fix up GCC's 45 <command>gccbug</command> in chapter 6. Thanks to Greg Schafer for 46 the report.</para> 47 </listitem> 48 <listitem> 43 49 <para>[matthew] - Upgraded to Findutils-4.2.33. Fixes 44 50 <ulink url="&lfs-ticket-root;2151">#2151</ulink>.</para> trunk/BOOK/chapter06/gcc.xml
r8389 r8480 64 64 65 65 <screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen> 66 67 <para>GCC provides a <command>gccbug</command> script which detects at68 compile time whether mktemp is present, and hardcodes the result in a test.69 This will cause the script to fall back to using less random names for70 temporary files. We will be installing mktemp later, so the following sed71 will simulate its presence:</para>72 73 <screen><userinput remap="pre">sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen>74 66 75 67 <para>The GCC documentation recommends building GCC outside of the source
