- Timestamp:
- Aug 8, 2006, 9:58:54 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 87c33ca
- Parents:
- 43dd7f6
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/bzip2-64bit.xml
r43dd7f6 r0acd455 63 63 64 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 65 href=" bzip2-n32.xml"66 xpointer="xpointer(//*[@os=' c1'])"/>65 href="../common/bzip2.xml" 66 xpointer="xpointer(//*[@os='d'])"/> 67 67 68 68 <screen os="e"><userinput>make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"</userinput></screen> -
BOOK/final-system/multilib/bzip2-n32.xml
r43dd7f6 r0acd455 39 39 xpointer="xpointer(//*[@os='c'])"/> 40 40 41 <para os="c1">Recompile the package using a non-shared library:</para> 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="bzip2.xml" 43 xpointer="xpointer(//*[@os='d'])"/> 42 44 43 <screen os=" d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" libbz2.a</userinput></screen>45 <screen os="e"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" libbz2.a</userinput></screen> 44 46 45 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/bzip2.xml
r43dd7f6 r0acd455 34 34 xpointer="xpointer(//*[@os='c'])"/> 35 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/bzip2.xml" 38 xpointer="xpointer(//*[@os='d'])"/> 36 <para os="d">Recompile the package using a non-shared library:</para> 39 37 40 38 <screen os="e"><userinput>make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" libbz2.a</userinput></screen> -
BOOK/introduction/common/changelog.xml
r43dd7f6 r0acd455 44 44 (fixes ticket #82).</para> 45 45 </listitem> 46 <listitem> 47 <para>[jim] - Updated the wording of Bzip2, changes were made to MIPS 48 but not the other multilib architectures. Updated for all architectures now 49 (fixes ticket #79).</para> 50 </listitem> 46 51 </itemizedlist> 47 52 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.