Merge "configure: remove x86inc debug message"
This commit is contained in:
commit
d447808c1d
@ -1199,8 +1199,8 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# default use_x86inc to yes if pic is no or 64bit or we are not on darwin
|
# default use_x86inc to yes if pic is no or 64bit or we are not on darwin
|
||||||
echo " checking here for x86inc \"${tgt_isa}\" \"$pic\" "
|
if [ ${tgt_isa} = x86_64 -o ! "$pic" = "yes" -o \
|
||||||
if [ ${tgt_isa} = x86_64 -o ! "$pic" = "yes" -o "${tgt_os#darwin}" = "${tgt_os}" ]; then
|
"${tgt_os#darwin}" = "${tgt_os}" ]; then
|
||||||
soft_enable use_x86inc
|
soft_enable use_x86inc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user