aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2020-04-28 16:09:25 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2020-04-28 16:09:25 +0000
commit265cef40f059307ab13719266dd83790fa526d29 (patch)
tree2ff3a1e528fb49074226615a186c9fe8d4fcccf6 /sys
parent5dda1d0b82415c28e54a3b58f4b328ba38dbb3f5 (diff)
downloadsrc-265cef40f059307ab13719266dd83790fa526d29.tar.gz
src-265cef40f059307ab13719266dd83790fa526d29.zip
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
Notes
Notes: svn path=/head/; revision=360444
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/Makefile.amd642
-rw-r--r--sys/conf/files.amd643
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64
index d34359f1d30b..6effea176878 100644
--- a/sys/conf/Makefile.amd64
+++ b/sys/conf/Makefile.amd64
@@ -18,7 +18,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 600012
+%VERSREQ= 600018
STD8X16FONT?= iso
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index a4684ba3ac30..9efc6d1014e3 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -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