Changeset 07114c98 for BOOK/chroot/ppc64
- Timestamp:
- Jul 1, 2006, 12:48:39 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:
- 95112ed
- Parents:
- 51f1397
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/ppc64/flags.xml
r51f1397 r07114c98 19 19 <para>You will need to set your host target triplet for 32 bit:</para> 20 20 21 <screen><userinput>export LFS_TARGET32="powerpc-unknown-linux-gnu"</userinput></screen>21 <screen><userinput>export CLFS_TARGET32="powerpc-unknown-linux-gnu"</userinput></screen> 22 22 23 23 <para>To prevent errors when you come back to your build, we will export these … … 26 26 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ~/.bash_profile 27 27 echo export BUILD64=\""${BUILD64}\"" >> ~/.bash_profile 28 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" >> ~/.bash_profile</userinput></screen>28 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ~/.bash_profile</userinput></screen> 29 29 30 30 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.