Ignore:
Timestamp:
Oct 1, 2013, 12:30:52 PM (11 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.