[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gmp] Bugreport
From: |
Richard B. Kreckel |
Subject: |
[Bug-gmp] Bugreport |
Date: |
Wed, 30 Aug 2000 17:24:16 +0200 (CEST) |
Jürgen Weiss <address@hidden> asked me to forward this tiny patch to
you to make the alpha cyclc counter work in gmp-3.1/tune.
Regards
-richy.
*** configure~ Thu Aug 3 04:16:19 2000
--- configure Tue Aug 29 14:58:23 2000
***************
*** 4446,4452 ****
# that multi-function files get grepped here repeatedly
gmp_ep="`
sed -n 's/^[ ]*MULFUNC_PROLOGUE(\(.*\))/\1/p' $tmp_file ;
! sed -n 's/^[ ]*PROLOGUE(\(.*\))/\1/p' $tmp_file
`"
for gmp_tmp in $gmp_ep; do
cat >>confdefs.h <<EOF
--- 4446,4452 ----
# that multi-function files get grepped here repeatedly
gmp_ep="`
sed -n 's/^[ ]*MULFUNC_PROLOGUE(\(.*\))/\1/p' $tmp_file ;
! sed -n 's/^[ ]*PROLOGUE.*(\(.*\))/\1/p' $tmp_file
`"
for gmp_tmp in $gmp_ep; do
cat >>confdefs.h <<EOF
- [Bug-gmp] Bugreport,
Richard B. Kreckel <=