mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-22 12:05:21 +00:00
/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:
parent
d18f4a9fef
commit
2614b1eb7b
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user