CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/02/09 23:52:47
Modified files: sys/arch/armv7/conf: Makefile.armv7 Added files: sys/arch/arm/conf: kern.ldscript Removed files: sys/arch/arm/conf: ldscript.head ldscript.tail Log message: Put the ldscript parts into a single file instead of storing it as head and tail and cat(1) it together. It was maybe needed when ports needed different contents, but now it's just a headache. ok deraadt@