summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-26 01:44:59 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-26 01:44:59 +0200
commit8ad01676eb743b926dec2917fb38cfebc4ca770a (patch)
treefa68b1b300eb022471037f716fdf07fe76d2d745 /configure
parentf23d1cdb411970c6d2f1dd504aefca5276570ddd (diff)
downloadgmp-8ad01676eb743b926dec2917fb38cfebc4ca770a.tar.gz
Regenerate for:
(HAVE_NATIVE_*): Loosen up the regexp to "PROLOGUE.*" so as to accept PROLOGUE_GP on alpha.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7d36267b7..5fff0260a 100755
--- a/configure
+++ b/configure
@@ -4410,7 +4410,7 @@ for tmp_fn in ${gmp_mpn_functions} ; do
for tmp_dir in $path ; do
if test -f $srcdir/mpn/${tmp_dir}/${tmp_fn}.asm ; then
gmp_links="$gmp_links mpn/${tmp_fn}.asm:mpn/${tmp_dir}/${tmp_fn}.asm"
- gmp_ep=`sed -n 's/^[ ]*PROLOGUE(\(.*\))/\1/p' $srcdir/mpn/${tmp_dir}/${tmp_fn}.asm`
+ gmp_ep=`sed -n 's/^[ ]*PROLOGUE.*(\(.*\))/\1/p' $srcdir/mpn/${tmp_dir}/${tmp_fn}.asm`
break
elif test -f $srcdir/mpn/${tmp_dir}/${tmp_fn}.S ; then
gmp_links="$gmp_links mpn/${tmp_fn}.S:mpn/${tmp_dir}/${tmp_fn}.S"