CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/01/25 04:15:07
Modified files: sys/arch/amd64/conf: Makefile.amd64 sys/arch/arm64/conf: Makefile.arm64 sys/arch/armv7/conf: Makefile.armv7 Log message: Build amd64 kernels with -ffreestanding. Synchronize the arm64 and armv7 kernel makefiles, that are using -ffreestanding already, with the amd64 one. Other architectures will follow later. ok jca@, visa@