aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.amd64
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-05-30 01:03:43 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-05-30 01:03:43 +0000
commitec2343a8e1c8b698d1c6ebecc5a9c96cffd389d4 (patch)
tree3604c5b8bd7a5c93dfeb6ba3e2977081a05053d3 /sys/conf/Makefile.amd64
parent5c980babcd6257a3479857d1c7e373d21dfb239c (diff)
downloadsrc-ec2343a8e1c8b698d1c6ebecc5a9c96cffd389d4.tar.gz
src-ec2343a8e1c8b698d1c6ebecc5a9c96cffd389d4.zip
Add ddb machdep bits.
Approved by: re (amd64 bits)
Notes
Notes: svn path=/head/; revision=115405
Diffstat (limited to 'sys/conf/Makefile.amd64')
-rw-r--r--sys/conf/Makefile.amd645
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64
index b83d935745b6..8887992534d2 100644
--- a/sys/conf/Makefile.amd64
+++ b/sys/conf/Makefile.amd64
@@ -31,6 +31,11 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
+DDB_ENABLED!= grep DDB opt_ddb.h
+.if ${DDB_ENABLED} != ""
+CFLAGS+= -fno-omit-frame-pointer
+.endif
+
MKMODULESENV+= MACHINE=amd64
%BEFORE_DEPEND