Changeset d850826
- Timestamp:
- Sep 24, 2006, 9:56:26 PM (18 years ago)
- Children:
- f136bb4
- Parents:
- 472c2d1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chroot/sparc64-64/flags.xml
r472c2d1 rd850826 14 14 and linkers.</para> 15 15 16 <screen><userinput>export BUILD64="-m64"</userinput></screen> 16 <screen><userinput>export BUILD64="[BUILD64 entries]"</userinput></screen> 17 17 18 <para>To prevent errors when you come back to your build, we will export these 18 19 variables to prevent any build issues in the future:</para> … … 20 21 <screen><userinput>echo export BUILD64=\""${BUILD64}\"" >> ~/.bash_profile</userinput></screen> 21 22 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 24 href="../../cross-tools/sparc64-64/flags.xml" 25 xpointer="xpointer(//*[@os='f'])"/> 26 22 27 </sect1> -
chroot/sparc64/flags.xml
r472c2d1 rd850826 14 14 and linkers.</para> 15 15 16 <screen><userinput>export BUILD32=" -m32"17 export BUILD64="- m64"</userinput></screen>16 <screen><userinput>export BUILD32="[BUILD32 entries]" 17 export BUILD64="-[BUILD64 entries]"</userinput></screen> 18 18 19 19 <para>You will need to set your host target triplet for 32 bit:</para> … … 28 28 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ~/.bash_profile</userinput></screen> 29 29 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 href="../../cross-tools/sparc64/flags.xml" 32 xpointer="xpointer(//*[@os='f'])"/> 33 30 34 </sect1> -
cross-tools/sparc64/flags.xml
r472c2d1 rd850826 22 22 xpointer="xpointer(//*[@os='c'])"/> 23 23 24 <screen os=" f"><userinput>echo export BUILD32=\""${BUILD32}\"" >> ~/.bashrc24 <screen os="d"><userinput>echo export BUILD32=\""${BUILD32}\"" >> ~/.bashrc 25 25 echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc 26 26 echo export GCCTARGET=\""${GCCTARGET}\"" >> ~/.bashrc</userinput></screen> 27 27 28 <para os=" d">The following table gives the entires for different Sparc 64 capable28 <para os="e">The following table gives the entires for different Sparc 64 capable 29 29 processors. Pick the processor that matches your system.</para> 30 30 31 <table os=" e">31 <table os="f"> 32 32 <title>List of architectures, target triplets, and recommended book</title> 33 33 <tgroup cols="2" align="center"> … … 62 62 63 63 </sect1> 64
Note:
See TracChangeset
for help on using the changeset viewer.