CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/07/08 14:04:58
Modified files:
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
Log message:
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