- Timestamp:
- Feb 21, 2006, 2:11:16 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0b1aa01
- Parents:
- 1326641
- Location:
- BOOK
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/64/gcc.xml
r1326641 rbcaa438 34 34 href="../common/gcc.xml" 35 35 xpointer="xpointer(//*[@os='e'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/gcc.xml" 39 xpointer="xpointer(//*[@os='e1'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="../common/gcc.xml" 43 xpointer="xpointer(//*[@os='e2'])"/> 36 44 37 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/common/gcc.xml
r1326641 rbcaa438 41 41 42 42 <screen os="e"><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen> 43 44 <para os="e1">GCC provides a <command>gccbug</command> script which detects at 45 compile time whether mktemp is present, and hardcodes the result in a test. 46 This will cause the script to fall back to using less random names for 47 temporary files. We will be installing mktemp later, so the following sed 48 will simulate its presence.</para> 49 50 <screen os="e2">sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</screen> 43 51 44 52 <para os="f">The GCC documentation recommends building GCC outside of the source -
BOOK/final-system/mips/gcc.xml
r1326641 rbcaa438 34 34 href="../common/gcc.xml" 35 35 xpointer="xpointer(//*[@os='e'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/gcc.xml" 39 xpointer="xpointer(//*[@os='e1'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="../common/gcc.xml" 43 xpointer="xpointer(//*[@os='e2'])"/> 36 44 37 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/mips64-64/gcc.xml
r1326641 rbcaa438 45 45 href="../common/gcc.xml" 46 46 xpointer="xpointer(//*[@os='e'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../common/gcc.xml" 50 xpointer="xpointer(//*[@os='e1'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../common/gcc.xml" 54 xpointer="xpointer(//*[@os='e2'])"/> 47 55 48 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/mips64/gcc.xml
r1326641 rbcaa438 37 37 href="../common/gcc.xml" 38 38 xpointer="xpointer(//*[@os='e'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/gcc.xml" 42 xpointer="xpointer(//*[@os='e1'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../common/gcc.xml" 46 xpointer="xpointer(//*[@os='e2'])"/> 39 47 40 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/gcc.xml
r1326641 rbcaa438 29 29 href="../common/gcc.xml" 30 30 xpointer="xpointer(//*[@os='e'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/gcc.xml" 34 xpointer="xpointer(//*[@os='e1'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/gcc.xml" 38 xpointer="xpointer(//*[@os='e2'])"/> 31 39 32 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r1326641 rbcaa438 47 47 <para>[ken] - Alter bison to build repeatably, from LFS.</para> 48 48 </listitem> 49 <listitem> 50 <para>[ken] - Alter gccbug to use mktemp, from LFS.</para> 51 </listitem> 49 52 </itemizedlist> 50 53 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.