diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2017-07-16 16:47:08 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2017-07-16 16:47:08 +0000 |
commit | c3641eaa8e20610071d3a898ed2b7ba6f009a7ae (patch) | |
tree | 18791eef7eec49f00c872744f18c0d67d2a77317 /sys/arch/i386/conf | |
parent | 04c19119582b1d7a240fd4b2028d9609f3bec592 (diff) |
Pass the linker from make environment to makegap.sh. This is (only)
a partial solution to cross compiling the kernel with KARL.
OK deraadt@ a while ago
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 94dd6994fb8..ea1047528b8 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.113 2017/06/29 16:51:35 espie Exp $ +# $OpenBSD: Makefile.i386,v 1.114 2017/07/16 16:47:06 visa Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -129,7 +129,7 @@ makegap.sh: cp $S/conf/makegap.sh $@ gap.o: Makefile makegap.sh - sh makegap.sh 0xcccccccc + LD="${LD}" sh makegap.sh 0xcccccccc vers.o: ${SYSTEM_DEP:Ngap.o} sh $S/conf/newvers.sh |