kumquat-buildroot/package/liburcu/0002-support-aarch64.patch
Ben Shelton 0ae594247b liburcu: Add support for aarch64
Bring over a patch from OpenEmbedded to treat aarch64 like arm in the build
process, which allows the build to succeed.

Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-09-15 23:48:10 +02:00

22 lines
512 B
Diff

libucru: recognize aarch64
Make the same as "arm" internally.
Upstream-Status: Pending
Signed-off-by: joe.slater@windriver.com
[moved to buildroot from openembedded-core]
Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.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"]