base: Remove support for the VTOC8 partitioning scheme
The removal of the sparc64 support in February 2020 obsoleted the VTOC8 partitioning scheme as no other FreeBSD platform makes use of it. Moreover, the code is bitrotting as nothing defines e. g. LOADER_VTOC8_SUPPORT any more and, thus, should go now, too. With this change, the following commits are reverted as far as VTOC8 is concerned and parts haven't already previously been deleted along with prior sparc64 removals:094fcb157da7d366e958ba8d50d08bThe alignment exampled9711c28efadded to the VTOC8 section of gpart.8 is folded into the MBR one. This should finally conclude the deorbit of sparc64-specific bits. We had joy, we had fun we ran Unix on a Sun. But that source and the song of FreeBSD have all gone. Credits to Michael Bueker for the original "Unix on a Sun" and Rod McKuen for the "Seasons in the Sun" lyrics.
This commit is contained in:
@@ -52,6 +52,10 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20230726: Removal of support for the VTOC8 partitioning scheme
|
||||
OLD_FILES+=usr/include/sys/disk/vtoc.h
|
||||
OLD_FILES+=usr/include/sys/vtoc.h
|
||||
|
||||
# 20230724: Remove unneeded arm headers
|
||||
.if ${TARGET_ARCH} == "arm"
|
||||
OLD_FILES+=usr/include/machine/atomic-v6.h
|
||||
|
||||
Reference in New Issue
Block a user