source: BOOK/cross-tools/sparc64-64/flags.xml@ 7890eae

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 7890eae was c63dde1, checked in by Jim Gifford <clfs@…>, 16 years ago

Use CAT to replace echo's whenever possible

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-cross-tools-flags">
9 <title>Build Flags</title>
10 <?dbhtml filename="flags.html"?>
11
12 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
13 href="../64/flags.xml"
14 xpointer="xpointer(//*[@os='a'])"/>
15
16<screen os="b"><userinput>export BUILD64="<replaceable>[BUILD64 entries]</replaceable>"
17export GCCTARGET="<replaceable>[GCCTARGET entries]</replaceable>"</userinput></screen>
18
19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
20 href="../64/flags.xml"
21 xpointer="xpointer(//*[@os='c'])"/>
22
23<screen os="d"><userinput>cat &gt;&gt; ~/.bashrc &lt;&lt; EOF
24export BUILD64="${BUILD64}"
25export GCCTARGET="${GCCTARGET}"
26EOF</userinput></screen>
27
28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29 href="../sparc64/flags.xml"
30 xpointer="xpointer(//*[@os='e'])"/>
31
32 <table os="f">
33 <title>List of architectures, target triplets, and recommended book</title>
34 <?dbfo table-width="7in" ?>
35
36 <tgroup cols="3">
37
38 <colspec colnum="1" colwidth="1in" colname="Processor"/>
39 <colspec colnum="2" colwidth="3.2in" colname="Build64"/>
40 <colspec colnum="3" colwidth="2.8in" colname="GCC"/>
41
42 <thead>
43 <row>
44 <entry>Processor</entry>
45 <entry>BUILD64</entry>
46 <entry>GCCTARGET</entry>
47 </row>
48 </thead>
49
50 <tbody>
51 <row>
52 <entry>Ultrasparc and Ultrasparc2</entry>
53 <entry>-m64 -mcpu=ultrasparc -mtune=ultrasparc</entry>
54 <entry>-mcpu=ultrasparc -mtune=ultrasparc</entry>
55 </row>
56 <row>
57 <entry>Ultrasparc3</entry>
58 <entry>-m64 -mcpu=ultrasparc3 -mtune=ultrasparc3</entry>
59 <entry>-mcpu=ultrasparc3 -mtune=ultrasparc3</entry>
60 </row>
61 </tbody>
62
63 </tgroup>
64
65 </table>
66
67</sect1>
68
Note: See TracBrowser for help on using the repository browser.