385abae
Description: <short summary of the patch>
385abae
 TODO: Put a short summary on the line above and replace this paragraph
385abae
 with a longer explanation of this change. Complete the meta-information
385abae
 with other relevant fields (see below for details). To make it easier, the
385abae
 information below has been extracted from the changelog. Adjust it or drop
385abae
 it.
385abae
 .
385abae
 gcl (2.6.12-71) unstable; urgency=medium
385abae
 .
385abae
   * Version_2_6_13pre60
385abae
Author: Camm Maguire <camm@debian.org>
385abae
385abae
---
385abae
The information above should follow the Patch Tagging Guidelines, please
385abae
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
385abae
are templates for supplementary fields that you might want to add:
385abae
385abae
Origin: <vendor|upstream|other>, <url of original patch>
385abae
Bug: <url in upstream bugtracker>
385abae
Bug-Debian: https://bugs.debian.org/<bugnumber>
385abae
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
385abae
Forwarded: <no|not-needed|url proving that it has been forwarded>
385abae
Reviewed-By: <name and email of someone who approved the patch>
385abae
Last-Update: 2018-03-13
385abae
385abae
--- gcl-2.6.12.orig/configure
385abae
+++ gcl-2.6.12/configure
385abae
@@ -4118,6 +4118,7 @@ if test "${enable_gprof+set}" = set; the
385abae
 $as_echo_n "checking working gprof... " >&6; }
385abae
 		   case $use in
385abae
 		       powerpc*) if test "$host_cpu" = "powerpc64le" ; then enableval="no"; fi;;
385abae
+		       s390*) enableval="no";;#mcount smashes float args in make_shortfloat 20180313
385abae
 		       sh4*)  enableval="no";;
385abae
 		       ia64*) enableval="no";;
385abae
 		       hppa*) enableval="no";;
385abae
--- gcl-2.6.12.orig/configure.in
385abae
+++ gcl-2.6.12/configure.in
385abae
@@ -331,6 +331,7 @@ AC_ARG_ENABLE([gprof],[  --enable-gprof
385abae
 		   AC_MSG_CHECKING([working gprof])
385abae
 		   case $use in
385abae
 		       powerpc*) if test "$host_cpu" = "powerpc64le" ; then enableval="no"; fi;;
385abae
+		       s390*) enableval="no";;#mcount smashes float args in make_shortfloat 20180313
385abae
 		       sh4*)  enableval="no";;
385abae
 		       ia64*) enableval="no";;
385abae
 		       hppa*) enableval="no";;