RPRX
2021-01-25 06:45:08 +00:00
committed by GitHub
parent a11871fb33
commit 060c038a18

View File

@@ -104,9 +104,11 @@ identify_the_operating_system_and_architecture() {
;;
'armv6l')
MACHINE='arm32-v6'
grep Features /proc/cpuinfo | grep -qw 'vfp' || MACHINE='arm32-v5'
;;
'armv7' | 'armv7l')
MACHINE='arm32-v7a'
grep Features /proc/cpuinfo | grep -qw 'vfp' || MACHINE='arm32-v5'
;;
'armv8' | 'aarch64')
MACHINE='arm64-v8a'