summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch b/meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch
new file mode 100644
index 0000000000..b8b2cc3452
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch
@@ -0,0 +1,13 @@
1diff --git a/configure.ac b/configure.ac
2index f507883..40a57d8 100644
3--- a/configure.ac
4+++ b/configure.ac
5@@ -194,6 +194,8 @@ changequote([,])dnl
6 s390) NO_UNALIGNED_ACCESS=1 ;;
7 s390x) NO_UNALIGNED_ACCESS=1 ;;
8 arm*) NO_UNALIGNED_ACCESS=1 ;;
9+ aarch64) NO_UNALIGNED_ACCESS=1 ;;
10+ aarch64_be) NO_UNALIGNED_ACCESS=1 ;;
11 mips*) NO_UNALIGNED_ACCESS=1 ;;
12 tile*) NO_UNALIGNED_ACCESS=1 ;;
13 *) AC_MSG_ERROR([unable to detect alignment requirements (unsupported architecture ($host_cpu)?)]) ;;