From: Camm Maguire Date: Wed, 18 Dec 2019 20:14:09 +0000 (+0000) Subject: disable_gprof_aarch64 X-Git-Tag: archive/raspbian/2.6.12-91+rpi1^2~50 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=29b0a36e2f41a1b0962b511d9ab4000bfac0e0ae;p=gcl.git disable_gprof_aarch64 Gbp-Pq: Name disable_gprof_aarch64 --- diff --git a/configure b/configure index f58a1df9..01e0bd83 100755 --- a/configure +++ b/configure @@ -4122,6 +4122,7 @@ $as_echo_n "checking working gprof... " >&6; } ia64*) enableval="no";; hppa*) enableval="no";; arm*) enableval="no";;#FIXME mcount compiled as a 24/22 bit reloc even with -mlong-calls, marginally accessible + aarch64*) enableval="no";;#unreproducible buildd bug 20170824 *gnu) enableval="no";; esac if test "$enableval" != "yes" ; then diff --git a/configure.in b/configure.in index 6e0d6f22..0d522602 100644 --- a/configure.in +++ b/configure.in @@ -335,6 +335,7 @@ AC_ARG_ENABLE([gprof],[ --enable-gprof builds gcl with -pg in CFLAGS to enable ia64*) enableval="no";; hppa*) enableval="no";; arm*) enableval="no";;#FIXME mcount compiled as a 24/22 bit reloc even with -mlong-calls, marginally accessible + aarch64*) enableval="no";;#unreproducible buildd bug 20170824 *gnu) enableval="no";; esac if test "$enableval" != "yes" ; then diff --git a/o/regexp.c b/o/regexp.c index 8bb832c1..60ac4e91 100755 --- a/o/regexp.c +++ b/o/regexp.c @@ -231,7 +231,7 @@ int case_fold_search = 0; * of the structure of the compiled regexp. */ static regexp * -regcomp(char *exp,int *sz) +regcomp(char *exp,ufixnum *sz) { register regexp *r; register char *scan;