source: cross-tools/mips64/flags.xml@ ec00b5da

Last change on this file since ec00b5da was f32f537, checked in by Jim Gifford <clfs@…>, 19 years ago

r788@server (orig r786): jim | 2005-12-01 12:07:35 -0800

r851@server: jim | 2005-12-01 12:07:08 -0800
Text updates from G. Moko. Thank You


  • 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 <?dbhtml filename="flags.html"?>
10
11 <title>Build Flags</title>
12
13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
14 href="../x86_64/flags.xml"
15 xpointer="xpointer(//*[@os='a'])"/>
16
17<screen os="b"><userinput>export BUILD32="-mabi=32"
18export BUILDN32="-mabi=n32"
19export BUILD64="-mabi=64"</userinput></screen>
20
21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
22 href="../x86_64/flags.xml"
23 xpointer="xpointer(//*[@os='c'])"/>
24
25<screen os="d"><userinput>export LFS_TARGET32="`echo ${LFS_TARGET}| sed -e 's/64//g'`"</userinput></screen>
26
27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28 href="../x86_64/flags.xml"
29 xpointer="xpointer(//*[@os='e'])"/>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="../x86_64/flags.xml"
33 xpointer="xpointer(//*[@os='f'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="../x86_64/flags.xml"
37 xpointer="xpointer(//*[@os='g'])"/>
38
39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40 href="../x86_64/flags.xml"
41 xpointer="xpointer(//*[@os='h'])"/>
42
43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44 href="../x86_64/flags.xml"
45 xpointer="xpointer(//*[@os='i'])"/>
46
47<screen os="j"><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ~/.bashrc
48echo export BUILDN32=\""${BUILDN32}\"" &gt;&gt; ~/.bashrc
49echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc
50echo export LFS_TARGET32=\""${LFS_TARGET32}\"" &gt;&gt; ~/.bashrc
51echo export LFS_HOST=\""${LFS_HOST}\"" &gt;&gt; ~/.bashrc</userinput></screen>
52
53</sect1>
Note: See TracBrowser for help on using the repository browser.