Changeset 293bc69 in clfs-embedded for BOOK/cross-tools


Ignore:
Timestamp:
Oct 24, 2013, 7:53:46 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
5470f08
Parents:
8ffc8f19
git-author:
Andrew Bradford <andrew@…> (10/24/13 07:11:46)
git-committer:
Andrew Bradford <andrew@…> (10/24/13 07:53:46)
Message:

ARM: Remove setting ARM mode

The default is 'arm' mode

Location:
BOOK/cross-tools/arm
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/gcc-final.xml

    r8ffc8f19 r293bc69  
    7272  --with-mpfr-lib=$(pwd)/mpfr/src/.libs \
    7373  --with-arch=${CLFS_ARM_ARCH} \
    74   --with-mode=${CLFS_ARM_MODE} \
    7574  --with-float=${CLFS_FLOAT} \
    7675  --with-fpu=${CLFS_FPU}</userinput></screen>
  • BOOK/cross-tools/arm/gcc-static.xml

    r8ffc8f19 r293bc69  
    7878  --with-mpfr-lib=$(pwd)/mpfr/src/.libs \
    7979  --with-arch=${CLFS_ARM_ARCH} \
    80   --with-mode=${CLFS_ARM_MODE} \
    8180  --with-float=${CLFS_FLOAT} \
    8281  --with-fpu=${CLFS_FPU}</userinput></screen>
     
    10099      <listitem>
    101100        <para>This option sets the ARM architecture selected earlier.</para>
    102       </listitem>
    103     </varlistentry>
    104     <varlistentry os="ag3">
    105       <term><parameter>--with-mode=${CLFS_ARM_MODE}</parameter></term>
    106       <listitem>
    107         <para>This option sets the ARM mode (arm or thumb) selected earlier.</para>
    108101      </listitem>
    109102    </varlistentry>
  • BOOK/cross-tools/arm/variables.xml

    r8ffc8f19 r293bc69  
    1616  set a few variables that will be dependent on your particular needs.
    1717  You will need to select the target triplet for the target architecture,
    18   the CPU architecture, the CPU mode, the CPU floating point hardware
     18  the CPU architecture, the CPU floating point hardware
    1919  availability, and (if available) the type of floating point hardware. If you
    2020  do not know what values can be chosen for each of these, you can use the
     
    3535  xpointer="xpointer(//*[@os='b'])"/>
    3636
    37   <para os="c">Now we will set the architecture of the CPU based
    38   on the target triplet provided above:</para>
     37  <para os="c">Now set the architecture of the CPU:</para>
    3938
    4039<screen os="d"><userinput>export CLFS_ARCH=arm</userinput></screen>
    4140
    42   <para os="e">Choose the ARM architecture (see table below) and mode of
    43   your CPU:</para>
     41  <para os="e">Choose the ARM architecture (see table below):</para>
    4442
    45 <screen os="f"><userinput>export CLFS_ARM_ARCH="<replaceable>[architecture]</replaceable>"
    46 export CLFS_ARM_MODE="<replaceable>[arm or thumb]</replaceable>"</userinput></screen>
     43<screen os="f"><userinput>export CLFS_ARM_ARCH="<replaceable>[architecture]</replaceable>"</userinput></screen>
    4744
    4845  <para os="f1">If your target CPU has hardware floating point support (not all
     
    6966echo export CLFS_ARCH=\""${CLFS_ARCH}\"" &gt;&gt; ~/.bashrc
    7067echo export CLFS_ARM_ARCH=\""${CLFS_ARM_ARCH}\"" &gt;&gt; ~/.bashrc
    71 echo export CLFS_ARM_MODE=\""${CLFS_ARM_MODE}\"" &gt;&gt; ~/.bashrc
    7268echo export CLFS_FLOAT=\""${CLFS_FLOAT}\"" &gt;&gt; ~/.bashrc
    7369echo export CLFS_FPU=\""${CLFS_FPU}\"" &gt;&gt; ~/.bashrc</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.