Changeset 26d26cc


Ignore:
Timestamp:
Jul 16, 2006, 9:05:55 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
5c05e8f
Parents:
d1e75ef7
Message:

Changed the command that sets CLFS_HOST to support more then just -unknown- and -pc-

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/x86/variables.xml

    rd1e75ef7 r26d26cc  
    2020  command:</para>
    2121
    22 <screen os="b"><userinput>export CLFS_HOST="$(echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g')"</userinput></screen>
     22<screen os="b"><userinput>export CLFS_HOST="$(echo $MACHTYPE | sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen>
    2323
    2424  <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.