summaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.arm
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2013-03-17 00:56:17 +0000
committerAndrew Turner <andrew@FreeBSD.org>2013-03-17 00:56:17 +0000
commitb1d3e6da673163f7a0a8d099a33f258d3e88979f (patch)
treef7012080aa84458ebce6f28d9b5094e696518b6a /sys/conf/Makefile.arm
parent943c3bb9688d6d84f9e1314525cfa638003817b2 (diff)
downloadsrc-test2-b1d3e6da673163f7a0a8d099a33f258d3e88979f.tar.gz
src-test2-b1d3e6da673163f7a0a8d099a33f258d3e88979f.zip
Notes
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 10939db86cb9..8348e2adc819 100644
--- a/sys/conf/Makefile.arm
+++ b/sys/conf/Makefile.arm
@@ -44,7 +44,7 @@ CFLAGS += -mno-thumb-interwork
.endif
.if empty(DDB_ENABLED)
-.if !defined(WITH_ARM_EABI)
+.if !defined(WITH_ARM_EABI) && ${COMPILER_TYPE} != "clang"
CFLAGS += -mno-apcs-frame
.endif
.elif defined(WITH_ARM_EABI)