Drop support for i586

This patch removes support for i586 according to the decision being
taken over a year ago.

It removes the architecture from the build system and removes all
required hacks and other quirks that have been necessary before.

There is no need to ship any changed files to the remaining
architectures as the removed code branches have not been used.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-12-02 15:40:01 +00:00
committed by Peter Müller
parent dbfd639292
commit 6cf219c427
65 changed files with 26 additions and 62770 deletions

View File

@@ -33,13 +33,6 @@ if [ "${?}" == "0" ]; then
echo "Comment this and create it at initskript if needed !"
fi
grep -r '/i586' ./config/rootfiles/ --exclude gcc --exclude-dir oldcore --exclude-dir i586 >/dev/null 2>&1
if [ "${?}" == "0" ]; then
echo "Error! '/i586' in rootfiles files found!"
grep -r '/i586' ./config/rootfiles/ --exclude gcc --exclude-dir oldcore --exclude-dir i586
echo "Replace by xxxMACHINExxx !"
fi
grep -r '/x86_64' ./config/rootfiles/ --exclude gcc --exclude *linux* --exclude-dir oldcore --exclude-dir x86_64 >/dev/null 2>&1
if [ "${?}" == "0" ]; then
echo "Error! '/x86_64' in rootfiles files found!"