From: Camm Maguire Date: Sun, 17 Jan 2021 16:25:34 +0000 (+0000) Subject: X-Git-Tag: archive/raspbian/2.6.12-101+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b73370892086b8c17f93fdd3be40dcf4fbf6b98;p=gcl.git TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. gcl (2.6.12-82) unstable; urgency=high * Version_2_6_13pre73 Gbp-Pq: Name Version_2_6_13pre74 --- diff --git a/configure b/configure index dff1b037..593e0807 100755 --- a/configure +++ b/configure @@ -4122,7 +4122,7 @@ $as_echo_n "checking working gprof... " >&6; } sh4*) enableval="no";; ia64*) enableval="no";; hppa*) enableval="no";; - arm*) enableval="no";;#FIXME mcount compiled as a 24/22 bit reloc even with -mlong-calls, marginally accessible +# 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 diff --git a/configure.in b/configure.in index 60ac5f1f..3d195c8d 100644 --- a/configure.in +++ b/configure.in @@ -335,7 +335,7 @@ AC_ARG_ENABLE([gprof],[ --enable-gprof builds gcl with -pg in CFLAGS to enable sh4*) enableval="no";; ia64*) enableval="no";; hppa*) enableval="no";; - arm*) enableval="no";;#FIXME mcount compiled as a 24/22 bit reloc even with -mlong-calls, marginally accessible +# 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