This commit is contained in:
Kai Lüke 2019-09-19 15:02:17 +02:00
parent 8f13453799
commit 802c18491c
No known key found for this signature in database
GPG Key ID: E5601DA3A1D902A8

View File

@ -43,6 +43,7 @@ declare -r \
# Usage: get_portage_arch chost
get_portage_arch() {
case "$1" in
aarch64*) echo arm64;;
alpha*) echo alpha;;
arm*) echo arm;;
hppa*) echo hppa;;