Changeset 5c0cb6e for BOOK/final-system
- Timestamp:
- Dec 15, 2008, 4:36:09 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e793c46
- Parents:
- f4cc1c2
- Location:
- BOOK/final-system
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/64/gcc.xml
rf4cc1c2 r5c0cb6e 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'])"/>44 36 45 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/common/gcc.xml
rf4cc1c2 r5c0cb6e 32 32 33 33 <screen os="e"><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen> 34 35 <para os="e1">GCC provides a <command>gccbug</command> script which detects at36 compile time whether mktemp is present, and hardcodes the result in a test.37 If mktemp is not found, the script will fall back to using less38 random names for temporary files. We will be installing mktemp39 later, so the following sed will simulate its presence:</para>40 41 <screen os="e2"><userinput>sed -i 's/@have_mktemp_command@/yes/' gcc/gccbug.in</userinput></screen>42 34 43 35 <para os="f">The GCC documentation recommends building GCC outside of the source -
BOOK/final-system/mips64-64/gcc.xml
rf4cc1c2 r5c0cb6e 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'])"/>47 39 48 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/mips64/gcc.xml
rf4cc1c2 r5c0cb6e 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'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/gcc.xml
rf4cc1c2 r5c0cb6e 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'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/ppc64/gcc.xml
rf4cc1c2 r5c0cb6e 36 36 href="../common/gcc.xml" 37 37 xpointer="xpointer(//*[@os='e'])"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"40 href="../common/gcc.xml"41 xpointer="xpointer(//*[@os='e1'])"/>42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"44 href="../common/gcc.xml"45 xpointer="xpointer(//*[@os='e2'])"/>46 38 47 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.