Changeset 0c1c2c1
- Timestamp:
- Jul 7, 2006, 10:33:58 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2b12b58
- Parents:
- b144d794
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/mips64/flags.xml
rb144d794 r0c1c2c1 20 20 <para>You will need to set your host target triplet for o32 bit:</para> 21 21 22 <screen><userinput>export CLFS_TARGET32=" `echo ${MACH_TYPE}| sed -e 's/64//g'`"</userinput></screen>22 <screen><userinput>export CLFS_TARGET32="$(echo ${MACH_TYPE}| sed -e 's/64//g')"</userinput></screen> 23 23 24 24 <para>To prevent errors when you come back to your build, we will export these
Note:
See TracChangeset
for help on using the changeset viewer.