mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
committed by
Peter Müller
parent
dbfd639292
commit
6cf219c427
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user