Changeset 7fc909b for BOOK/chroot
- Timestamp:
- Sep 24, 2006, 9:57:03 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fbf24b4
- Parents:
- 576135a
- Location:
- BOOK/chroot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/sparc64-64/flags.xml
r576135a r7fc909b 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> -
BOOK/chroot/sparc64/flags.xml
r576135a r7fc909b 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>
Note:
See TracChangeset
for help on using the changeset viewer.