source: BOOK/final-system/sparc/elftoaout.xml@ 5ccf19f

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 5ccf19f was 3f8be484, checked in by Jim Gifford <clfs@…>, 19 years ago

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 2.1 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 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-system-elftoaout" role="wrap">
11 <?dbhtml filename="elftoaout.html"?>
12
13 <title>ELFtoaout-&elftoaout-version;</title>
14
15 <indexterm zone="ch-system-elftoaout">
16 <primary sortas="a-ELFtoaout">ELFtoaout</primary>
17 </indexterm>
18
19 <sect2 role="package">
20 <title/>
21
22 <para>The ELFtoaout package contains the Sparc ELF to a.out converter.</para>
23
24 <segmentedlist>
25 <segtitle>&buildtime;</segtitle>
26 <segtitle>&diskspace;</segtitle>
27
28 <seglistitem>
29 <seg>Not checked yet</seg>
30 <seg>Not checked yet</seg>
31 </seglistitem>
32 </segmentedlist>
33
34 <segmentedlist>
35 <segtitle>&dependencies;</segtitle>
36
37 <seglistitem>
38 <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make</seg>
39 </seglistitem>
40 </segmentedlist>
41
42 </sect2>
43
44 <sect2 role="installation">
45 <title>Installation of ELFtoaout</title>
46
47 <para>Compile the ELFtoaout package:</para>
48
49<screen><userinput>make</userinput></screen>
50
51 <para>Install the package:</para>
52
53<screen><userinput>make install</userinput></screen>
54
55 </sect2>
56
57 <sect2 id="contents-elftoaout" role="content">
58 <title>Contents of ELFtoaout</title>
59
60 <segmentedlist>
61 <segtitle>Installed programs</segtitle>
62
63 <seglistitem>
64 <seg>Unchecked</seg>
65 </seglistitem>
66 </segmentedlist>
67
68 <variablelist>
69 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
70 <?dbfo list-presentation="list"?>
71 <?dbhtml list-presentation="table"?>
72
73 <varlistentry id="elftoaout">
74 <term><command>elftoaout</command></term>
75 <listitem>
76 <para>Need Description</para>
77 <indexterm zone="ch-system-elftoaout elftoaout">
78 <primary sortas="a-elftoaout">elftoaout</primary>
79 </indexterm>
80 </listitem>
81 </varlistentry>
82
83 </variablelist>
84
85 </sect2>
86
87</sect1>
Note: See TracBrowser for help on using the repository browser.