summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.arm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2006-03-27 00:32:46 +0000
committercognet <cognet@FreeBSD.org>2006-03-27 00:32:46 +0000
commitd83e208f26df544c83c6c2e60eabeaba91ce0928 (patch)
tree813088a0e4c3693981d4b9e927bd1a748788f2f6 /sys/conf/Makefile.arm
parenteaec7254b67e5191f375fd6c56b4d2931a3bd189 (diff)
downloadFreeBSD-src-d83e208f26df544c83c6c2e60eabeaba91ce0928.zip
FreeBSD-src-d83e208f26df544c83c6c2e60eabeaba91ce0928.tar.gz
Erm don't use -mno-apcs-frame if we're going to do profiling either, it's not
exactly compatible.
Diffstat (limited to 'sys/conf/Makefile.arm')
-rw-r--r--sys/conf/Makefile.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm
index ffe984b..73d0e55 100644
--- a/sys/conf/Makefile.arm
+++ b/sys/conf/Makefile.arm
@@ -42,7 +42,7 @@ SYSTEM_LD += -EB
.endif
-.if !defined(DEBUG)
+.if !defined(DEBUG) && !defined(PROFLEVEL)
CFLAGS += -mno-apcs-frame
STRIP_FLAGS = -S
.endif
OpenPOWER on IntegriCloud