switch arm 32 bit arch from armv5tel to armv6l

we have no supported armv5tel board left so we can switch to the higher
arch. This now can use the vpu (still in softfp calling convention to
not break existing installations.)
this fix many compile problems, also boost is now working again.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-06-15 17:54:58 +00:00
parent 5063f52d82
commit aafdd71b04
60 changed files with 16931 additions and 645 deletions

View File

@@ -28,7 +28,7 @@ case "${1}" in
case "${arch}" in
i?86 ) arch="i586";
;;
armv*) arch="armv5tel":
armv*) arch="armv6l":
;;
esac
if [ -f "/etc/sysctl-${arch}.conf" ]; then