Skip to content

Commit

Permalink
configured updated for recent rasp pi changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtch committed May 1, 2023
1 parent ddb09b2 commit da17067
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,10 @@ elif [ "$ARCH" = "armv7l" ] ; then
# v6.
CPU_ARCH="armv6"
ARCH="armv6"
elif [ "$ARCH" = "aarch64" ] ; then
# Recent Rasp Pi 4
CPU_ARCH="armv6"
ARCH="armv6"
else
CPU_ARCH="$ARCH"
fi
Expand Down

0 comments on commit da17067

Please sign in to comment.