CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2017/06/22 10:01:48
Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/amd64/conf: Makefile.amd64 sys/arch/arm64/conf: Makefile.arm64 sys/arch/armv7/conf: Makefile.armv7 sys/arch/hppa/conf: Makefile.hppa sys/arch/i386/conf: Makefile.i386 sys/arch/landisk/conf: Makefile.landisk sys/arch/loongson/conf: Makefile.loongson sys/arch/macppc/conf: Makefile.macppc sys/arch/octeon/conf: Makefile.octeon sys/arch/sgi/conf: Makefile.sgi sys/arch/sparc64/conf: Makefile.sparc64 sys/conf : makegap.sh Log message: Generate a gap.link script, and use that to generate gap.o. On multi-ABI architectures we must also link against a gapdummy.o to repair the ABI of the resulting .o file. Woe is me. Also repair install: target to update the linkkit & hash when a kernel is installed. ok rpe tb mlarkin and tested by others also