From: Camm Maguire Date: Sat, 4 Sep 2021 19:23:26 +0000 (+0100) Subject: X-Git-Tag: archive/raspbian/2.6.12-103+rpi1^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1f9970a281c7301d151a01ea33b0884860d1f0d9;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