mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Revert last delta, sys/conf/kern.pre.mk,v 1.33 does the job.
OK'ed by: scottl
This commit is contained in:
parent
e02cc8e419
commit
eed31dc939
1 changed files with 1 additions and 2 deletions
|
|
@ -1051,8 +1051,7 @@ doMFSKERN:
|
|||
cd ${.CURDIR}/..; \
|
||||
KERNEL_KO=BOOTMFS KODIR= \
|
||||
${CROSSMAKE} ${KERNEL_FLAGS} -DNO_MODULES -DNO_KERNELCLEAN \
|
||||
KERNCONF=BOOTMFS COPTFLAGS="-Os -fno-strict-aliasing -pipe" \
|
||||
-DNO_CPU_COPTFLAGS \
|
||||
KERNCONF=BOOTMFS COPTFLAGS="-Os -pipe" -DNO_CPU_COPTFLAGS \
|
||||
buildkernel reinstallkernel \
|
||||
DESTDIR=${RD}/kernels
|
||||
[ -r ${.CURDIR}/../sys/${TARGET}/conf/BOOTMFS.hints ] && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue