We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1f5c3 commit 3ad4b73Copy full SHA for 3ad4b73
build-packages.sh
@@ -16,10 +16,10 @@ for arch in ${linuxArchs[@]}; do
16
unset TARGET_ARM
17
export TARGET_ARCH=$arch
18
19
- ## Support for armv6 builds
+ ## Support for arm platforms without hardware FPU enabled
20
if [[ $arch == arm ]] ; then
21
export TARGET_ARCH=arm
22
- export TARGET_ARM=6
+ export TARGET_ARM=5
23
fi
24
25
## Support for armhf builds
0 commit comments