Skip to content

Commit 3ad4b73

Browse files
committed
TUN-8176: Support ARM platforms that don't have an FPU or have it enabled in kernel
1 parent 9c1f5c3 commit 3ad4b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-packages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ for arch in ${linuxArchs[@]}; do
1616
unset TARGET_ARM
1717
export TARGET_ARCH=$arch
1818

19-
## Support for armv6 builds
19+
## Support for arm platforms without hardware FPU enabled
2020
if [[ $arch == arm ]] ; then
2121
export TARGET_ARCH=arm
22-
export TARGET_ARM=6
22+
export TARGET_ARM=5
2323
fi
2424

2525
## Support for armhf builds

0 commit comments

Comments
 (0)