sys/lib/libz isn't configured for lazy optimizations to save space because
authorderaadt <deraadt@openbsd.org>
Thu, 8 Jul 2021 20:04:56 +0000 (20:04 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 8 Jul 2021 20:04:56 +0000 (20:04 +0000)
commitb7dd453d18bbd69c3a22e9c7e44e83163348942a
tree1c96070ea5b67aa796db7d9613377f44840bc1f8
parent7106d57eeb70c7161c381d36d8db031c6dcd8a59
sys/lib/libz isn't configured for lazy optimizations to save space because
those options are incompatible with the kernel anymore.  Set DYNAMIC_CRC_TABLE
and BUILDFIXED for these bootblocks, to save space on the media
ok tb mlarkin
sys/arch/amd64/stand/boot/Makefile
sys/arch/amd64/stand/cdboot/Makefile
sys/arch/amd64/stand/pxeboot/Makefile
sys/arch/i386/stand/boot/Makefile
sys/arch/i386/stand/cdboot/Makefile
sys/arch/i386/stand/pxeboot/Makefile