mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
The compiler argument -mno-apcs-frame has no meaning when using EABI as we
will use aapcs frames, not apcs frames.
This commit is contained in:
parent
f8cd79f38b
commit
2ecc0d987b
1 changed files with 2 additions and 0 deletions
|
|
@ -44,7 +44,9 @@ CFLAGS += -mno-thumb-interwork
|
|||
.endif
|
||||
|
||||
.if empty(DDB_ENABLED)
|
||||
.if !defined(WITH_ARM_EABI)
|
||||
CFLAGS += -mno-apcs-frame
|
||||
.endif
|
||||
.elif defined(WITH_ARM_EABI)
|
||||
CFLAGS += -funwind-tables
|
||||
.if ${COMPILER_TYPE} == "clang"
|
||||
|
|
|
|||
Loading…
Reference in a new issue