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/gcc-final.xml

    rcf7616f rd08e660  
    7171  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    7272  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
    73   --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
    74   --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \
    75   --with-ppl=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \
    76   --enable-long-long --enable-threads=posix --disable-multilib</userinput></screen>
     73  --enable-shared --disable-static --enable-languages=c,c++ \
     74  --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     75  --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \
     76  --enable-cloog-backend=isl --enable-long-long --enable-threads=posix \
     77  --disable-multilib</userinput></screen>
    7778
    7879    <variablelist os="bg">
Note: See TracChangeset for help on using the changeset viewer.