source: BOOK/final-system/sparc/elftoaout.xml @ 6aad380

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 6aad380 was 6aad380, checked in by Jim Gifford <clfs@…>, 18 years ago

r677@server (orig r675): manuel | 2005-11-10 03:13:57 -0800
Including patches.ent from general.ent

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-elftoaout" role="wrap">
9  <?dbhtml filename="elftoaout.html"?>
10
11  <title>ELFtoaout-&elftoaout-version;</title>
12
13  <indexterm zone="ch-system-elftoaout">
14    <primary sortas="a-ELFtoaout">ELFtoaout</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The ELFtoaout package contains the Sparc ELF to a.out converter.</para>
21
22    <segmentedlist>
23      <segtitle>&dependencies;</segtitle>
24
25      <seglistitem>
26      <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make</seg>
27      </seglistitem>
28    </segmentedlist>
29
30  </sect2>
31
32  <sect2 role="installation">
33    <title>Installation of ELFtoaout</title>
34
35    <para>Compile the ELFtoaout package:</para>
36
37<screen><userinput>make</userinput></screen>
38
39    <para>Install the package:</para>
40
41<screen><userinput>make install</userinput></screen>
42
43  </sect2>
44
45  <sect2 id="contents-elftoaout" role="content">
46    <title>Contents of ELFtoaout</title>
47
48    <segmentedlist>
49      <segtitle>Installed programs</segtitle>
50
51      <seglistitem>
52        <seg>Unchecked</seg>
53      </seglistitem>
54    </segmentedlist>
55
56    <variablelist>
57      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
58      <?dbfo list-presentation="list"?>
59      <?dbhtml list-presentation="table"?>
60
61      <varlistentry id="elftoaout">
62        <term><command>elftoaout</command></term>
63        <listitem>
64          <para>Need Description</para>
65          <indexterm zone="ch-system-elftoaout elftoaout">
66            <primary sortas="a-elftoaout">elftoaout</primary>
67          </indexterm>
68        </listitem>
69      </varlistentry>
70
71    </variablelist>
72
73  </sect2>
74
75</sect1>
Note: See TracBrowser for help on using the repository browser.