The -mno-apcs-frame argument is unavaliable on clang, also ignore it there.
This commit is contained in:
parent
acae942b05
commit
9501bcd750
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user