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~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d8b4038c85267e7fcec82c3b5c02a57b7af81c50;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-71) unstable; urgency=medium * Version_2_6_13pre60 Gbp-Pq: Name Version_2_6_13pre61 --- diff --git a/configure b/configure index 0b8487df..cafd3474 100755 --- a/configure +++ b/configure @@ -4118,6 +4118,7 @@ if test "${enable_gprof+set}" = set; then : $as_echo_n "checking working gprof... " >&6; } case $use in powerpc*) if test "$host_cpu" = "powerpc64le" ; then enableval="no"; fi;; + s390*) enableval="no";;#mcount smashes float args in make_shortfloat 20180313 sh4*) enableval="no";; ia64*) enableval="no";; hppa*) enableval="no";; diff --git a/configure.in b/configure.in index e98511c2..baf8c2ca 100644 --- a/configure.in +++ b/configure.in @@ -331,6 +331,7 @@ AC_ARG_ENABLE([gprof],[ --enable-gprof builds gcl with -pg in CFLAGS to enable AC_MSG_CHECKING([working gprof]) case $use in powerpc*) if test "$host_cpu" = "powerpc64le" ; then enableval="no"; fi;; + s390*) enableval="no";;#mcount smashes float args in make_shortfloat 20180313 sh4*) enableval="no";; ia64*) enableval="no";; hppa*) enableval="no";;