From: Camm Maguire Date: Sun, 31 Jul 2022 16:00:02 +0000 (+0100) Subject: X-Git-Tag: archive/raspbian/2.6.12-119+rpi1^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d538a45bc4f40fd3fb93ff4dbfb0208d7e336f6e;p=gcl.git 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-88) unstable; urgency=medium * Source only upload Gbp-Pq: Name Version_2_6_13pre86 --- diff --git a/configure b/configure index cf1bdb01..2dcc8873 100755 --- a/configure +++ b/configure @@ -4194,6 +4194,7 @@ case $use in ;; powerpc*) assert_arg_to_cflags -mlongcall + if test "$host_cpu" != "powerpc64le" ; then assert_arg_to_cflags -mno-pltseq; fi ;; esac;; esac diff --git a/configure.in b/configure.in index e23ed3b6..1a9193e8 100644 --- a/configure.in +++ b/configure.in @@ -401,6 +401,7 @@ case $use in ;; powerpc*) assert_arg_to_cflags -mlongcall + if test "$host_cpu" != "powerpc64le" ; then assert_arg_to_cflags -mno-pltseq; fi ;; esac;; esac