projects
/
lttng-ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f08370e
)
lttng ust: support ppc64le within configure
author
Michel Normand
<normand@linux.vnet.ibm.com>
Mon, 30 Jun 2014 16:12:19 +0000
(12:12 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Wed, 2 Jul 2014 14:32:18 +0000
(10:32 -0400)
Takes care of https://bugzilla.redhat.com/show_bug.cgi?id=
1114691
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 5d17cc3a4ea3b0f96c2ba4c71e9ded9f4b43de41..bb8852db4eaf119c9a0cb5634daf3f09afa6aca5 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-224,7
+224,9
@@
changequote([,])dnl
amd64) ;;
powerpc) ;;
ppc64) ;;
+ ppc64le) ;;
powerpc64) ;;
+ powerpc64le) ;;
s390) NO_UNALIGNED_ACCESS=1 ;;
s390x) NO_UNALIGNED_ACCESS=1 ;;
arm*) NO_UNALIGNED_ACCESS=1 ;;
This page took
0.025366 seconds
and
4
git commands to generate.