Ignore:
Timestamp:
Sep 7, 2012, 1:33:33 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
fe61c5a
Parents:
cf7616f
Message:

Disable the building of static libraries in appropriate secionts during cross-tools.

File:
1 edited

Legend:

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

    rcf7616f rd08e660  
    2626
    2727<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    28 ./configure --prefix=/cross-tools \
    29     --with-gmp=/cross-tools \
    30     --with-mpfr=/cross-tools</userinput></screen>
     28./configure --prefix=/cross-tools --disable-static \
     29    --with-gmp=/cross-tools --with-mpfr=/cross-tools</userinput></screen>
    3130
    3231    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.