Changeset 6bb43b3 for BOOK/cross-tools/sparc64-64
- Timestamp:
- Feb 21, 2006, 1:26:16 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- cedcdaa
- Parents:
- e47ec16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/sparc64-64/flags.xml
re47ec16 r6bb43b3 10 10 <?dbhtml filename="flags.html"?> 11 11 12 <para>We will need to setup target specific flags for the compiler13 and linkers. You can choose the appropriate BUILD32 and BUILD6414 from the table at the bottom of the page.</para>12 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 13 href="../x86_64-64/flags.xml" 14 xpointer="xpointer(//*[@os='a'])"/> 15 15 16 <screen ><userinput>export BUILD64="[BUILD64 entries]"16 <screen os="b"><userinput>export BUILD64="[BUILD64 entries]" 17 17 export GCCTARGET="[GCCTARGET entries]"</userinput></screen> 18 18 19 <para>Lets add the build flags to <filename>~/.bashrc</filename> to 20 prevent issues if we stop and come back later.</para> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 20 href="../x86_64-64/flags.xml" 21 xpointer="xpointer(//*[@os='c'])"/> 21 22 22 <screen ><userinput>echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc23 <screen os="d"><userinput>echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc 23 24 echo export GCCTARGET=\""${GCCTARGET}\"" >> ~/.bashrc</userinput></screen> 24 25 25 <para >The following table gives the entires for different Sparc 64 capable26 <para os="e">The following table gives the entires for different Sparc 64 capable 26 27 processors. Pick the processor that matches your system.</para> 27 28 28 <table >29 <table os="f"> 29 30 <title>List of architectures, target triplets, and recommended book</title> 30 31 <tgroup cols="2" align="center">
Note:
See TracChangeset
for help on using the changeset viewer.