<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-86) unstable; urgency=medium

  * Version_2_6_13pre83

Gbp-Pq: Name Version_2_6_13pre84

configure
configure.in

index de47db8446b68355f35ce499318f1014f3f4febf..cf1bdb0106e9159bf8b54e04e6d54e065bc60cc8 100755 (executable)
--- a/configure
+++ b/configure
@@ -4121,6 +4121,7 @@ $as_echo_n "checking working gprof... " >&6; }
                       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
index fddf85ac64b0d44086ced696e4ed7a96305bad4d..e23ed3b68429340b3f797e858b94bf1d0cac7e96 100644 (file)
@@ -334,6 +334,7 @@ AC_ARG_ENABLE([gprof],[  --enable-gprof builds gcl with -pg in CFLAGS to enable
                       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