Changeset 5ce6b3d for BOOK/cross-tools
- Timestamp:
 - Dec 2, 2006, 11:27:23 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:
 - 8bfba08
 - Parents:
 - 1026afb
 - File:
 - 
      
- 1 edited
 
- 
          
  BOOK/cross-tools/x86/variables.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/cross-tools/x86/variables.xml
r1026afb r5ce6b3d 20 20 command:</para> 21 21 22 <screen os="b"><userinput>export CLFS_HOST="$( echo $MACHTYPE | sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen>22 <screen os="b"><userinput>export CLFS_HOST="$(sed 's/-*-[^-]*-/-cross-/' <<< $MACHTYPE)"</userinput></screen> 23 23 24 24 <para os="c">Now you will need to set the target triplet for the target  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  