add -fpic to itanium icc build

This commit is contained in:
(no author) 2010-03-19 21:42:56 +00:00
parent a900b41016
commit 456f7aebc6
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -3334,7 +3334,7 @@ echo "include_mpn(\`ia64/ia64-defs.m4')" >> $gmp_tmpconfigm4i
case $host in
*-*-linux*)
cclist="gcc icc"
icc_cflags="-no-gcc"
icc_cflags="-no-gcc -fpic"
icc_cflags_optlist="opt"
# FIXME: Check if -O3 is really right. The manual warns it is for
# large data sets, for which GMP uses assembly loops.

View File

@ -676,7 +676,7 @@ case $host in
case $host in
*-*-linux*)
cclist="gcc icc"
icc_cflags="-no-gcc"
icc_cflags="-no-gcc -fpic"
icc_cflags_optlist="opt"
# FIXME: Check if -O3 is really right. The manual warns it is for
# large data sets, for which GMP uses assembly loops.