Ignore:
Timestamp:
Jul 16, 2006, 9:05:55 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
07621da
Parents:
807f5e5
Message:

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

File:
1 edited

Legend:

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

    r807f5e5 rbda4ad3  
    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.