/devel/gcc-4.4:

- build a shared gmp, don't build a static gmp

 -------- diffstat follows --------
 /devel/gcc-4.4/scripts/build/companion_libs/gmp.sh |    6     3     3     0 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
This commit is contained in:
Yann E. MORIN" 2009-05-24 21:46:30 +00:00
parent d18f4a9fef
commit 2614b1eb7b

View File

@ -34,7 +34,7 @@ do_gmp() {
if [ "${CT_PPL_CLOOG}" = "y" ]; then
opts="--enable-cxx"
cflags="-fexceptions"
cflags="-fexceptions -fPIC"
fi
CFLAGS="${CT_CFLAGS_FOR_HOST} ${cflags}" \
@ -43,8 +43,8 @@ do_gmp() {
--build=${CT_BUILD} \
--host=${CT_HOST} \
--prefix="${CT_PREFIX_DIR}" \
--disable-shared \
--enable-static \
--enable-shared \
--disable-static \
--enable-fft \
--enable-mpbsd \
${opts}