Changeset ecd487bd for BOOK/final-system
- Timestamp:
- Feb 21, 2006, 2:00:39 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:
- 6b4711c
- Parents:
- f59ed2c
- Location:
- BOOK/final-system
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/sparc/elftoaout.xml
rf59ed2c recd487bd 33 33 <title>Installation of ELFtoaout</title> 34 34 35 <para>Compile the ELFtoaout package:</para> 35 <para os="p1">The following patch fixes some 64 bit issues with 36 elftoaout:</para> 36 37 37 <screen ><userinput>make</userinput></screen>38 <screen os="p2"><userinput>patch -Np1 -i ../&elftoaout-fixes-patch;</userinput></screen> 38 39 39 <para >Install thepackage:</para>40 <para os="a">Compile the ELFtoaout package:</para> 40 41 41 <screen><userinput>make install</userinput></screen> 42 <screen os="b"><userinput>make</userinput></screen> 43 44 <para os="c">Install the package:</para> 45 46 <screen os="d"><userinput>make install</userinput></screen> 42 47 43 48 </sect2> -
BOOK/final-system/sparc64-64-chapter.xml
rf59ed2c recd487bd 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> 64 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64 -64/elftoaout.xml"/>65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/elftoaout.xml"/> 66 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/silo.xml"/> 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/> -
BOOK/final-system/sparc64/elftoaout.xml
rf59ed2c recd487bd 22 22 <title>Installation of ELFtoaout</title> 23 23 24 <para>Compile the ELFtoaout package:</para> 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../sparc/elftoaout.xml" 26 xpointer="xpointer(//*[@os='p1'])"/> 25 27 26 <screen><userinput>make CC="gcc ${BUILD32}"</userinput></screen> 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../sparc/elftoaout.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 27 31 28 <para>Install the package:</para> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../sparc/elftoaout.xml" 34 xpointer="xpointer(//*[@os='a'])"/> 35 36 <screen os="b"><userinput>make CC="gcc ${BUILD64}</userinput></screen> 37 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 href="../sparc/elftoaout.xml" 40 xpointer="xpointer(//*[@os='c'])"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 href="../sparc/elftoaout.xml" 44 xpointer="xpointer(//*[@os='d'])"/> 29 45 30 46 <screen><userinput>make install</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.