freebsd-nq/sys
Alex Richardson 01fe4cac28 kern.mk: Fix wrong variable being used for linker path after 172a624f0
When I synchronized kern.mk with bsd.sys.mk, I accidentally changed
CCLDFLAGS to LDFLAGS which is not used by the kernel builds. This commit
should unbreak the GitHub actions cross-build CI. I didn't notice it
locally because cheribuild already passes -fuse-ld in the linker flags as
it predates this being done in the makefiles.

Reported By:	Jose Luis Duran
Fixes:		172a624f0 ("Silence annoying and incorrect non-default linker warning with GCC")
2021-03-08 09:37:46 +00:00
..
amd64 Only set delayed inval for procs using PTI 2021-03-05 13:20:08 -06:00
arm mvebu_gpio: Fix settings of gpio pin direction. 2021-03-07 11:41:30 +01:00
arm64
bsm
cam Do not exit ctl_be_block_worker() prematurely. 2021-03-05 22:45:47 -05:00
cddl
compat linux: add support for SO_PEERGROUPS 2021-03-06 19:48:58 +00:00
conf kern.mk: Fix wrong variable being used for linker path after 172a624f0 2021-03-08 09:37:46 +00:00
contrib Fix dpdk/ldradix fib lookup algorithm preference calculation. 2021-03-07 22:17:53 +00:00
crypto armv8crypto: fix AES-XTS regression introduced by ed9b7f44 2021-03-07 12:03:47 -08:00
ddb
dev if_wg: avoid null ptr deref 2021-03-08 00:25:34 -06:00
dts
fs
gdb
geom
gnu
i386
isa
kern Make kern.timecounter.hardware tunable 2021-03-08 03:48:21 +02:00
kgssapi
libkern
mips
modules ice(4): Update to version 0.28.1-k 2021-03-05 17:33:39 -08:00
net net: fixing a memory leak in if_deregister_com_alloc() 2021-03-06 14:43:16 +00:00
net80211 net80211: ratectl header guard against multiple inclusions 2021-03-07 17:35:58 +00:00
netgraph
netinet tcp: Add prr_out in preparation for PRR/nonSACK and LRD 2021-03-06 00:38:22 +01:00
netinet6 Fix dpdk/ldradix fib lookup algorithm preference calculation. 2021-03-07 22:17:53 +00:00
netipsec
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto opencrypto: Make cryptosoft attach silently 2021-03-05 13:11:25 -05:00
powerpc [PowerPC] Fix AP bringup on 32-bit AIM SMP 2021-03-06 15:46:28 -06:00
riscv
rpc
security
sys Implement mallocarray_domainset(9) variant of mallocarray(9). 2021-03-06 11:38:55 +01:00
teken
tests
tools
ufs
vm
x86
xdr
xen
Makefile