mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
24 lines
637 B
Diff
24 lines
637 B
Diff
From 60fc5e9e739a642c0bd9396efff35897381caa1e Mon Sep 17 00:00:00 2001
|
|
From: tcely <tcely@users.noreply.github.com>
|
|
Date: Tue, 17 Apr 2018 19:29:17 -0400
|
|
Subject: [PATCH] Recognize armv8l [ci skip]
|
|
|
|
Addresses https://github.com/randombit/botan/issues/1543
|
|
---
|
|
src/build-data/arch/arm32.txt | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/src/build-data/arch/arm32.txt b/src/build-data/arch/arm32.txt
|
|
index 38e7dcab88..d2fe782b3b 100644
|
|
--- a/src/build-data/arch/arm32.txt
|
|
+++ b/src/build-data/arch/arm32.txt
|
|
@@ -11,6 +11,8 @@ evbarm # For NetBSD
|
|
armv7
|
|
armv7l
|
|
armv7-a
|
|
+
|
|
+armv8l # For AlpineLinux
|
|
</aliases>
|
|
|
|
<isa_extensions>
|