source: BOOK/cross-tools/sparc64-64/flags.xml@ 153aa07

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 153aa07 was fbf24b4, checked in by Jim Gifford <clfs@…>, 18 years ago

Fixed typos in sparc64 flags.xml

  • 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-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="[BUILD64 entries]"
17export GCCTARGET="[GCCTARGET entries]"</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 <tgroup cols="2" align="center">
33 <colspec colname="Processor"/>
34 <colspec colname="Build64"/>
35 <colspec colname="GCC"/>
36 <thead>
37 <row>
38 <entry>Processor</entry>
39 <entry>BUILD64</entry>
40 <entry>GCCTARGET</entry>
41 </row>
42 </thead>
43 <tbody>
44 <row>
45 <entry>Ultrasparc and Ultrasparc2</entry>
46 <entry>-m64 -mcpu=ultrasparc -mtune=ultrasparc</entry>
47 <entry>-mcpu=ultrasparc -mtune=ultrasparc</entry>
48 </row>
49 <row>
50 <entry>Ultrasparc3</entry>
51 <entry>-m64 -mcpu=ultrasparc3 -mtune=ultrasparc3</entry>
52 <entry>-mcpu=ultrasparc3 -mtune=ultrasparc3</entry>
53 </row>
54 </tbody>
55 </tgroup>
56 </table>
57
58</sect1>
59
Note: See TracBrowser for help on using the repository browser.