Description: 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-86) unstable; urgency=medium . * Version_2_6_13pre83 Author: Camm Maguire --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: https://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: 2019-04-06 --- gcl-2.6.12.orig/configure +++ gcl-2.6.12/configure @@ -4121,6 +4121,7 @@ $as_echo_n "checking working gprof... " powerpc*) if test "$host_cpu" = "powerpc64le" ; then enableval="no"; fi;; s390*) enableval="no";;#mcount smashes float args in make_shortfloat 20180313 sh4*) enableval="no";; + m68k*) enableval="no";; ia64*) enableval="no";; hppa*) enableval="no";; # arm*) if echo $canonical |grep -q hf$; then enableval="no"; fi;;#FIXME CALL and JUMP24 veneers needed for thumb 20190201 #FIXME mcount compiled as a 24/22 bit reloc even with -mlong-calls, marginally accessible --- gcl-2.6.12.orig/configure.in +++ gcl-2.6.12/configure.in @@ -334,6 +334,7 @@ AC_ARG_ENABLE([gprof],[ --enable-gprof powerpc*) if test "$host_cpu" = "powerpc64le" ; then enableval="no"; fi;; s390*) enableval="no";;#mcount smashes float args in make_shortfloat 20180313 sh4*) enableval="no";; + m68k*) enableval="no";; ia64*) enableval="no";; hppa*) enableval="no";; # arm*) if echo $canonical |grep -q hf$; then enableval="no"; fi;;#FIXME CALL and JUMP24 veneers needed for thumb 20190201 #FIXME mcount compiled as a 24/22 bit reloc even with -mlong-calls, marginally accessible