Skip to content

Commit

Permalink
TUN-8176: Support ARM platforms that don't have an FPU or have it ena…
Browse files Browse the repository at this point in the history
…bled in kernel
  • Loading branch information
joliveirinha committed Jan 22, 2024
1 parent 9c1f5c3 commit 3ad4b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ for arch in ${linuxArchs[@]}; do
unset TARGET_ARM
export TARGET_ARCH=$arch

## Support for armv6 builds
## Support for arm platforms without hardware FPU enabled
if [[ $arch == arm ]] ; then
export TARGET_ARCH=arm
export TARGET_ARM=6
export TARGET_ARM=5
fi

## Support for armhf builds
Expand Down

0 comments on commit 3ad4b73

Please sign in to comment.