Fix suffix for arm

This commit is contained in:
Darren Shepherd 2019-02-08 17:21:29 -07:00
parent ab1e7ba3e3
commit 4e2d6c9b1c

View File

@ -35,7 +35,7 @@ case $ARCH in
;;
arm*)
ARCH=arm
SUFFIX=-${ARCH}
SUFFIX=-${ARCH}hf
;;
*)
fatal Unknown architecture $ARCH