<short summary of the patch>
authorCamm Maguire <camm@debian.org>
Sun, 13 Nov 2022 12:55:14 +0000 (12:55 +0000)
committerCamm Maguire <camm@debian.org>
Sun, 13 Nov 2022 12:55:14 +0000 (12:55 +0000)
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

configure
configure.in

index 0b8487df3457883196bebfdad2cfe0dd19be8f82..cafd3474a18a5ee6f3575bec2817d96837ded3b9 100755 (executable)
--- 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";;
index e98511c2ccb445e25d3c4cdf9409ac46940cc361..baf8c2ca25ff68ec6ef99120e5bb1c0ba99e5d23 100644 (file)
@@ -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";;