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