Drop support for armv6l (and armv7hl)

This removes support for building IPFire for 32 bit ARM architectures.

This has been decided in August 2022 with six months notice as there are
not very many users and hardware is generally not available any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2023-02-07 11:01:29 +00:00
parent 0bc46effda
commit 39f94ee8eb
51 changed files with 19 additions and 62876 deletions

View File

@@ -46,15 +46,6 @@ if [ "${?}" == "0" ]; then
echo "Replace by xxxMACHINExxx !"
fi
grep -r '/armv6l' ./config/rootfiles/ --exclude gcc --exclude rust-libc \
--exclude-dir oldcore --exclude-dir armv5tel >/dev/null 2>&1
if [ "${?}" == "0" ]; then
echo "Error! '/armv6l' in rootfiles files found!"
grep -r '/armv6l' ./config/rootfiles/ --exclude gcc \
--exclude-dir oldcore --exclude-dir armv5tel
echo "Replace by xxxMACHINExxx !"
fi
grep -r '/aarch64' ./config/rootfiles/ --exclude gcc --exclude rust-libc --exclude gdb --exclude liburcu --exclude gdb --exclude-dir oldcore --exclude-dir aarch64 >/dev/null 2>&1
if [ "${?}" == "0" ]; then
echo "Error! '/aarch64' in rootfiles files found!"