Commit 06b54a3e authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info -b: add 64 bit for aarch64

parent 1de8dee2
......@@ -399,6 +399,9 @@ case "$DIST_BIT" in
'amd64' | 'ia64' | 'x86_64' | 'ppc64')
DIST_BIT="64"
;;
'aarch64')
DIST_BIT="64"
;;
# 'pa_risc' | 'pa-risc') # Are some of these 64bit? Least not all...
# BIT="64"
# ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment