Changeset 7003296 in clfs-embedded for BOOK/cross-tools/x86


Ignore:
Timestamp:
Feb 11, 2011, 1:10:30 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7afc252
Parents:
e67fb9b (diff), 1fd00ea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote branch 'remotes/abradford/master'

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

Legend:

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

    re67fb9b r7003296  
    4141  --enable-languages=c --enable-c99 --enable-long-long \
    4242  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    43   --with-mpc=${CLFS}/cross-tools --with-arch=${CLFS_CPU}</userinput></screen>
     43  --with-mpc=${CLFS}/cross-tools --with-arch=${CLFS_CPU} \
     44  --disable-multilib</userinput></screen>
    4445
    4546    <variablelist os="af">
  • BOOK/cross-tools/x86/gcc-static.xml

    re67fb9b r7003296  
    4848  --disable-decimal-float --disable-libgomp --disable-libmudflap \
    4949  --disable-libssp --disable-threads --enable-languages=c \
    50   --with-arch=${CLFS_CPU}</userinput></screen>
     50  --with-arch=${CLFS_CPU} --disable-multilib</userinput></screen>
    5151
    5252    <variablelist os="af">
     
    219219      </varlistentry>
    220220
     221      <varlistentry os="af20">
     222        <term><parameter>--disable-multilib</parameter></term>
     223        <listitem>
     224          <para>This option specifies that multiple target libraries should
     225          not be built.</para>
     226        </listitem>
     227      </varlistentry>
     228
    221229    </variablelist>
    222230
  • BOOK/cross-tools/x86/variables.xml

    re67fb9b r7003296  
    3737echo export CLFS_ARCH=\""${CLFS_ARCH}\"" &gt;&gt; ~/.bashrc
    3838echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" &gt;&gt; ~/.bashrc
    39 echo export CLFS_ENDIAN=\""${CLFS_CPU}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     39echo export CLFS_CPU=\""${CLFS_CPU}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    4040
    4141  <table os="i">
Note: See TracChangeset for help on using the changeset viewer.