mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user