summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/liburcu/liburcu/aarch64.patch
blob: c6cc8c2fd37bd12d78fd4f94174ad9a0c171e8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
libucru: recognize aarch64

Make the same as "arm" internally.

Upstream-Status: Pending

Signed-off-by: joe.slater@windriver.com


--- a/configure.ac
+++ b/configure.ac
@@ -77,6 +77,7 @@ AS_CASE([$host_cpu],
 	[alpha*], [ARCHTYPE="alpha"],
 	[ia64], [ARCHTYPE="gcc"],
 	[arm*], [ARCHTYPE="arm"],
+	[aarch64], [ARCHTYPE="arm"],
 	[mips*], [ARCHTYPE="mips"],
 	[tile*], [ARCHTYPE="gcc"],
 	[ARCHTYPE="unknown"]