From: Camm Maguire Date: Mon, 30 Dec 2019 15:46:22 +0000 (+0000) Subject: Version_2_6_13pre86 X-Git-Tag: archive/raspbian/2.6.12-92+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=35819cea7b7c8c28b12031716a0895590dcf44a3;p=gcl.git Version_2_6_13pre86 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