From 7b0be03d3f401ac2c8a9dffbbfac50f354af4b14 Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Thu, 11 Aug 2022 18:16:42 +0100 Subject: [PATCH] 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 --- configure | 1 + configure.in | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index cf1bdb0..2dcc887 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 e23ed3b..1a9193e 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 -- 2.30.2