Don't try ctfconvert on file without debug info.

This was currently an ignored error but will change to a hard error
eventually.

Differential Revision:	https://reviews.freebsd.org/D24536
This commit is contained in:
Bryan Drewery 2020-04-28 16:09:25 +00:00
parent 5dda1d0b82
commit 265cef40f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360444
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600012
%VERSREQ= 600018
STD8X16FONT?= iso

View File

@ -113,7 +113,8 @@ amd64/amd64/initcpu.c standard
amd64/amd64/io.c optional io
amd64/amd64/locore.S standard no-obj
amd64/amd64/xen-locore.S optional xenhvm \
compile-with "${NORMAL_S} -g0"
compile-with "${NORMAL_S} -g0" \
no-ctfconvert
amd64/amd64/machdep.c standard
amd64/amd64/mem.c optional mem
amd64/amd64/minidump_machdep.c standard