Changeset c63dde1 for BOOK/cross-tools/sparc64
- Timestamp:
- Jan 31, 2009, 3:06:05 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a9a7398
- Parents:
- 9ad863d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/sparc64/flags.xml
r9ad863d rc63dde1 22 22 xpointer="xpointer(//*[@os='c'])"/> 23 23 24 <screen os="d"><userinput>echo export BUILD32=\""${BUILD32}\"" >> ~/.bashrc 25 echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc 26 echo export GCCTARGET=\""${GCCTARGET}\"" >> ~/.bashrc</userinput></screen> 24 <screen os="d"><userinput>cat >> ~/.bashrc << EOF 25 export BUILD32="${BUILD32}" 26 export BUILD64="${BUILD64}" 27 export GCCTARGET="${GCCTARGET}" 28 EOF</userinput></screen> 27 29 28 30 <para os="e">The following table gives the entires for different Sparc 64 capable
Note:
See TracChangeset
for help on using the changeset viewer.