Changeset 5585711 for BOOK/final-preps/sparc64
- Timestamp:
- May 20, 2014, 10:17:36 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- fab5058
- Parents:
- 40e9518
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/sparc64/variables.xml
r40e9518 r5585711 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools-flags"> 9 <title>Build Flags</title> 10 <?dbhtml filename="flags.html"?> 8 <sect1 id="ch-cross-tools-variables"> 9 <?dbhtml filename="variables.html"?> 11 10 12 <para os="a">We will need to setup target specific flags for the compiler 13 and linkers. You can choose the appropriate BUILD32 and BUILD64 11 <title>Build Variables</title> 12 13 <bridgehead renderas="sect4">Setting Host and Target</bridgehead> 14 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 16 href="../x86/variables.xml" 17 xpointer="xpointer(//*[@os='a'])"/> 18 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 20 href="../x86/variables.xml" 21 xpointer="xpointer(//*[@os='b'])"/> 22 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 24 href="../x86/variables.xml" 25 xpointer="xpointer(//*[@os='c'])"/> 26 27 <screen os="d"><userinput>export CLFS_TARGET="sparc64-unknown-linux-gnu"</userinput></screen> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../x86_64/variables.xml" 31 xpointer="xpointer(//*[@os='e'])"/> 32 33 <screen os="f"><userinput>export CLFS_TARGET32="sparcv9-unknown-linux-gnu"</userinput></screen> 34 35 <para os="g">We will need to setup target specific flags for the compiler 36 and linkers. You can choose the appropriate BUILD32, BUILD64, and GCCTARGET 14 37 from the table at the bottom of the page.</para> 15 38 16 <screen os=" b"><userinput>export BUILD32="<replaceable>[BUILD32 entries]</replaceable>"39 <screen os="h"><userinput>export BUILD32="<replaceable>[BUILD32 entries]</replaceable>" 17 40 export BUILD64="<replaceable>[BUILD64 entries]</replaceable>" 18 41 export GCCTARGET="<replaceable>[GCCTARGET entries]</replaceable>"</userinput></screen> 19 42 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 21 href="../multilib/flags.xml" 22 xpointer="xpointer(//*[@os='c'])"/> 43 <bridgehead renderas="sect4">Copy settings to Environment</bridgehead> 23 44 24 <screen os="d"><userinput>cat >> ~/.bashrc << EOF 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../x86_64/variables.xml" 47 xpointer="xpointer(//*[@os='i'])"/> 48 49 <screen os="j"><userinput>cat >> ~/.bashrc << EOF 50 export CLFS_HOST="${CLFS_HOST}" 51 export CLFS_TARGET="${CLFS_TARGET}" 52 export CLFS_TARGET32="${CLFS_TARGET32}" 25 53 export BUILD32="${BUILD32}" 26 54 export BUILD64="${BUILD64}" … … 28 56 EOF</userinput></screen> 29 57 30 <para os=" e">The following table gives the entires for different Sparc 64 capable58 <para os="k">The following table gives the entries for different Sparc 64 capable 31 59 processors. Pick the processor that matches your system. Note: GCC settings are 32 60 only needed in the early sections of the book, and will not be used in the final-system 33 61 builds.</para> 34 62 35 <table os=" f">63 <table os="l"> 36 64 <title>List of 32-Bit settings, 64-Bit Build settings, and GCC setting</title> 37 65 <?dbfo table-width="7in" ?>
Note:
See TracChangeset
for help on using the changeset viewer.