Ignore:
Timestamp:
Sep 7, 2012, 1:33:33 PM (13 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/multilib/gcc-static.xml

    rcf7616f rd08e660  
    8080  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    8181  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
    82   --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    83   --with-ppl=/cross-tools --with-cloog=/cross-tools \
     82  --disable-shared --disable-static --with-mpfr=/cross-tools \
     83  --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \
    8484  --without-headers --with-newlib --disable-decimal-float \
    8585  --disable-libgomp --disable-libmudflap --disable-libssp \
Note: See TracChangeset for help on using the changeset viewer.