Changeset 7327f1f
- Timestamp:
- Aug 14, 2013, 11:33:15 AM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9c231d36
- Parents:
- 20469efe
- Location:
- BOOK/final-system
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/64/gcc.xml
r20469efe r7327f1f 27 27 28 28 <screen os="p6"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen> 29 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../common/gcc.xml" 32 xpointer="xpointer(//*[@os='fix1'])"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 href="../common/gcc.xml" 36 xpointer="xpointer(//*[@os='fix2'])"/> 29 37 30 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/common/gcc.xml
r20469efe r7327f1f 25 25 <sect2 role="installation"> 26 26 <title>Installation of GCC</title> 27 28 <para os="fix1">Apply a <command>sed</command> subsitution that will 29 suppress the execution of the <command>fixincludes</command> script:</para> 30 31 <screen os="fix2"><userinput>cp -v gcc/Makefile.in{,.orig} 32 sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.orig > gcc/Makefile.in</userinput></screen> 27 33 28 34 <para os="d">Apply a <command>sed</command> substitution that will suppress the -
BOOK/final-system/mips/gcc.xml
r20469efe r7327f1f 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/gcc.xml" 26 xpointer="xpointer(//*[@os='fix1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='fix2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64-64/gcc.xml
r20469efe r7327f1f 27 27 28 28 <screen os="p6"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen> 29 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../common/gcc.xml" 32 xpointer="xpointer(//*[@os='fix1'])"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 href="../common/gcc.xml" 36 xpointer="xpointer(//*[@os='fix2'])"/> 29 37 30 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64/gcc.xml
r20469efe r7327f1f 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/gcc.xml" 26 xpointer="xpointer(//*[@os='fix1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='fix2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/gcc.xml
r20469efe r7327f1f 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/gcc.xml" 26 xpointer="xpointer(//*[@os='fix1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='fix2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc/gcc.xml
r20469efe r7327f1f 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/gcc.xml" 26 xpointer="xpointer(//*[@os='fix1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='fix2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc64/gcc.xml
r20469efe r7327f1f 21 21 <sect2 role="installation"> 22 22 <title>Installation of GCC</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/gcc.xml" 26 xpointer="xpointer(//*[@os='fix1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/gcc.xml" 30 xpointer="xpointer(//*[@os='fix2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.