projects
/
gcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ef9779
)
Version_2_6_13pre86
author
Camm Maguire
<camm@debian.org>
Wed, 18 Dec 2019 20:14:09 +0000
(20:14 +0000)
committer
Camm Maguire
<camm@debian.org>
Wed, 18 Dec 2019 20:14:09 +0000
(20:14 +0000)
Gbp-Pq: Name Version_2_6_13pre86
configure
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/configure
b/configure
index cf1bdb0106e9159bf8b54e04e6d54e065bc60cc8..2dcc88736cc2df4cba010f7985f93eee43824041 100755
(executable)
--- 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 e23ed3b68429340b3f797e858b94bf1d0cac7e96..1a9193e84cfa8080c5caee3606367318b7cae4f2 100644
(file)
--- 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