Changeset 62fdf1a in clfs-embedded for BOOK/cross-tools/common


Ignore:
Timestamp:
Oct 8, 2013, 8:40:41 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
822bc66
Parents:
babc55d
git-author:
Andrew Bradford <andrew@…> (10/01/13 12:25:12)
git-committer:
Andrew Bradford <andrew@…> (10/08/13 08:40:41)
Message:

binutils & mpfr: Remove --enable-shared

Not needed.

Location:
BOOK/cross-tools/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils.xml

    rbabc55d r62fdf1a  
    4848<screen os="e"><userinput>../binutils-&binutils-version;/configure --prefix=${CLFS}/cross-tools \
    4949   --target=${CLFS_TARGET} --with-sysroot=${CLFS} --disable-nls \
    50    --enable-shared --disable-multilib</userinput></screen>
     50   --disable-multilib</userinput></screen>
    5151
    5252    <variablelist os="f">
     
    8585          <para>This disables internationalization as i18n is not needed for the
    8686          cross-compile tools.</para>
    87         </listitem>
    88       </varlistentry>
    89 
    90       <varlistentry os="f6">
    91         <term><parameter>--enable-shared</parameter></term>
    92         <listitem>
    93           <para>Enable the creation of the shared libraries.</para>
    9487        </listitem>
    9588      </varlistentry>
  • BOOK/cross-tools/common/mpfr.xml

    rbabc55d r62fdf1a  
    3131
    3232<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    33   ./configure --prefix=${CLFS}/cross-tools --enable-shared \
     33  ./configure --prefix=${CLFS}/cross-tools \
    3434  --with-gmp=${CLFS}/cross-tools</userinput></screen>
    3535
Note: See TracChangeset for help on using the changeset viewer.