The -mno-apcs-frame argument is unavaliable on clang, also ignore it there.

This commit is contained in:
andrew 2013-03-17 00:56:17 +00:00
parent acae942b05
commit 9501bcd750

View File

@ -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)