Changeset f96a570 in clfs-embedded for BOOK


Ignore:
Timestamp:
Oct 24, 2013, 11:49:36 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
ebc4a9b
Parents:
49f9234
git-author:
Andrew Bradford <andrew@…> (10/24/13 09:51:09)
git-committer:
Andrew Bradford <andrew@…> (10/24/13 11:49:36)
Message:

x86/variables: Set arch to x86

i*86 isn't a valid arch in the kernel, x86 is.

File:
1 edited

Legend:

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

    r49f9234 rf96a570  
    8181  </table>
    8282
    83   <para os="c">Now we will set the architecture of the CPU based
    84   on the target triplet provided above:</para>
     83  <para os="c">Now set the architecture of the CPU:</para>
    8584
    86 <screen os="d"><userinput>export CLFS_ARCH=$(echo ${CLFS_TARGET} | sed -e 's/-.*//' -e 's/i.86/i386/')</userinput></screen>
     85<screen os="d"><userinput>export CLFS_ARCH="x86"</userinput></screen>
    8786
    8887  <para os="g">Now we will add this to <filename>~/.bashrc</filename>, just in
Note: See TracChangeset for help on using the changeset viewer.