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:
c68670d
)
Add compilation support for Tile architectures
author
Simon Marchi
<simon.marchi@polymtl.ca>
Thu, 24 Jan 2013 20:42:18 +0000
(15:42 -0500)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Thu, 24 Jan 2013 20:42:18 +0000
(15:42 -0500)
Also add missing space on the mips line for OCD purposes.
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 0749ce7ebd6cb9c3fa1fda5fad2a2d8775771743..ba529f38f6d5d9e8ad4deb9d9dec81dfaae8c97d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-201,7
+201,8
@@
changequote([,])dnl
s390) NO_UNALIGNED_ACCESS=1 ;;
s390x) NO_UNALIGNED_ACCESS=1 ;;
arm*) NO_UNALIGNED_ACCESS=1 ;;
- mips*) NO_UNALIGNED_ACCESS=1;;
+ mips*) NO_UNALIGNED_ACCESS=1 ;;
+ tile*) NO_UNALIGNED_ACCESS=1 ;;
*) AC_MSG_ERROR([unable to detect alignment requirements (unsupported architecture ($host_cpu)?)]) ;;
esac
This page took
0.024846 seconds
and
4
git commands to generate.