# HG changeset patch # User "Yann E. MORIN" # Date 1243879403 0 # Node ID d603008707f100781dd6f2c09a0c89b93ca21aaf # Parent a6e77861ea461ff877b9240fe5ac8f737bc2b5ee /devel/gcc-4.4: - build shared CLooG/ppl and MPC libraries, don't build static ones. -------- diffstat follows -------- /devel/gcc-4.4/scripts/build/companion_libs/mpc.sh | 4 2 2 0 ++-- /devel/gcc-4.4/scripts/build/companion_libs/cloog.sh | 4 2 2 0 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff -r a6e77861ea46 -r d603008707f1 scripts/build/companion_libs/cloog.sh --- a/scripts/build/companion_libs/cloog.sh Mon Jun 01 17:05:50 2009 +0000 +++ b/scripts/build/companion_libs/cloog.sh Mon Jun 01 18:03:23 2009 +0000 @@ -39,8 +39,8 @@ --prefix="${CT_PREFIX_DIR}" \ --with-gmp="${CT_PREFIX_DIR}" \ --with-ppl="${CT_PREFIX_DIR}" \ - --disable-shared \ - --enable-static \ + --enable-shared \ + --disable-static \ --with-bits=gmp CT_DoLog EXTRA "Building CLooG/ppl" diff -r a6e77861ea46 -r d603008707f1 scripts/build/companion_libs/mpc.sh --- a/scripts/build/companion_libs/mpc.sh Mon Jun 01 17:05:50 2009 +0000 +++ b/scripts/build/companion_libs/mpc.sh Mon Jun 01 18:03:23 2009 +0000 @@ -37,8 +37,8 @@ --prefix="${CT_PREFIX_DIR}" \ --with-gmp="${CT_PREFIX_DIR}" \ --with-mpfr="${CT_PREFIX_DIR}" \ - --disable-shared \ - --enable-static \ + --enable-shared \ + --disable-static \ CT_DoLog EXTRA "Building MPC" CT_DoExecLog ALL make ${PARALLELMFLAGS}