Changeset 6f0d44e


Ignore:
Timestamp:
Oct 1, 2013, 12:30:52 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
97c391c
Parents:
416efe1
Message:

These packages install shared libs by default. No need to have enable shared and disable static. Just disable static as they install static libs by default, too.

Location:
BOOK/cross-tools
Files:
5 edited

Legend:

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

    r416efe1 r6f0d44e  
    6060  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    6161  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    62   --enable-shared --disable-static --disable-multilib</userinput></screen>
     62  --disable-static --disable-multilib</userinput></screen>
    6363
    6464    <variablelist os="bd">
  • BOOK/cross-tools/common/binutils.xml

    r416efe1 r6f0d44e  
    5757  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    5858  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    59   --enable-shared --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
     59  --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
    6060
    6161    <variablelist os="bd">
  • BOOK/cross-tools/common/cloog.xml

    r416efe1 r6f0d44e  
    2626
    2727<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    28     ./configure --prefix=/cross-tools --enable-shared --disable-static \
     28    ./configure --prefix=/cross-tools --disable-static \
    2929    --with-gmp-prefix=/cross-tools --with-isl-prefix=/cross-tools</userinput></screen>
    3030
  • BOOK/cross-tools/common/mpfr.xml

    r416efe1 r6f0d44e  
    2727<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    2828./configure --prefix=/cross-tools \
    29     --enable-shared --disable-static --with-gmp=/cross-tools</userinput></screen>
     29    --disable-static --with-gmp=/cross-tools</userinput></screen>
    3030
    3131    <variablelist os="b1">
  • BOOK/cross-tools/multilib/binutils.xml

    r416efe1 r6f0d44e  
    5959  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    6060  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    61   --enable-shared --disable-static --enable-64-bit-bfd</userinput></screen>
     61  --disable-static --enable-64-bit-bfd</userinput></screen>
    6262
    6363    <variablelist os="bd">
Note: See TracChangeset for help on using the changeset viewer.