Changeset 7926af1 in clfs-embedded for BOOK/cross-tools/x86/variables.xml


Ignore:
Timestamp:
Feb 9, 2011, 4:36:14 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
d5c7418
Parents:
541ad7b
Message:

Cleaned up Build Variables sections

Everyone was referencing the x86 Build Variables section but now x86
has some unique variables. So created a common/vairables.xml from
the existing x86/variables.xml but removed parts that weren't common.

Now arm and mips both reference the common/variables.xml file and have
their unique parts.

File:
1 edited

Legend:

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

    r541ad7b r7926af1  
    3636echo export CLFS_TARGET=\""${CLFS_TARGET}\"" &gt;&gt; ~/.bashrc
    3737echo export CLFS_ARCH=\""${CLFS_ARCH}\"" &gt;&gt; ~/.bashrc
    38 echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     38echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" &gt;&gt; ~/.bashrc
     39echo export CLFS_ENDIAN=\""${CLFS_CPU}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    3940
    4041  <table os="i">
Note: See TracChangeset for help on using the changeset viewer.