PKGBUILDs/community/hardinfo/aarch64.patch
2018-06-09 00:30:45 +00:00

15 lines
342 B
Diff

Index: b/configure
===================================================================
--- a/configure
+++ b/configure
@@ -66,6 +66,9 @@
sparc*)
ln -sf linux/sparc arch/this
ARCH="ARCH_SPARC" ;;
+ aarch64*)
+ ln -sf linux/aarch64 arch/this
+ ARCH="ARCH_AARCH64" ;;
armv*)
ln -sf linux/armv4l arch/this
ARCH="ARCH_ARMV4L" ;;