add -fpic to itanium icc build
This commit is contained in:
parent
a900b41016
commit
456f7aebc6
2
configure
vendored
2
configure
vendored
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user