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/arm64/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/arm64/conf')
-rw-r--r-- | sys/arch/arm64/conf/Makefile.arm64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/Makefile.arm64 b/sys/arch/arm64/conf/Makefile.arm64 index 0a6cfc4dc84..8273e7473ff 100644 --- a/sys/arch/arm64/conf/Makefile.arm64 +++ b/sys/arch/arm64/conf/Makefile.arm64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.arm64,v 1.18 2017/06/29 16:51:35 espie Exp $ +# $OpenBSD: Makefile.arm64,v 1.19 2017/07/16 16:47:06 visa Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -131,7 +131,7 @@ makegap.sh: cp $S/conf/makegap.sh $@ gap.o: Makefile makegap.sh gapdummy.o - sh makegap.sh 0xd4d4d4d4 gapdummy.o + LD="${LD}" sh makegap.sh 0xd4d4d4d4 gapdummy.o vers.o: ${SYSTEM_DEP:Ngap.o} sh $S/conf/newvers.sh |