source: BOOK/cross-tools/sparc64-64/flags.xml@ 1d0a2b6

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 1d0a2b6 was d018b81, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Several fixes for PDF look.

  • 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>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc
24echo export GCCTARGET=\""${GCCTARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
25
26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
27 href="../sparc64/flags.xml"
28 xpointer="xpointer(//*[@os='e'])"/>
29
30 <table os="f">
31 <title>List of architectures, target triplets, and recommended book</title>
32 <?dbfo table-width="7in" ?>
33
34 <tgroup cols="3">
35
36 <colspec colnum="1" colwidth="1in" colname="Processor"/>
37 <colspec colnum="2" colwidth="3.2in" colname="Build64"/>
38 <colspec colnum="3" colwidth="2.8in" colname="GCC"/>
39
40 <thead>
41 <row>
42 <entry>Processor</entry>
43 <entry>BUILD64</entry>
44 <entry>GCCTARGET</entry>
45 </row>
46 </thead>
47
48 <tbody>
49 <row>
50 <entry>Ultrasparc and Ultrasparc2</entry>
51 <entry>-m64 -mcpu=ultrasparc -mtune=ultrasparc</entry>
52 <entry>-mcpu=ultrasparc -mtune=ultrasparc</entry>
53 </row>
54 <row>
55 <entry>Ultrasparc3</entry>
56 <entry>-m64 -mcpu=ultrasparc3 -mtune=ultrasparc3</entry>
57 <entry>-mcpu=ultrasparc3 -mtune=ultrasparc3</entry>
58 </row>
59 </tbody>
60
61 </tgroup>
62
63 </table>
64
65</sect1>
66
Note: See TracBrowser for help on using the repository browser.