mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix cleandir target post r362973
Reported by: mmacy
This commit is contained in:
parent
38d715f789
commit
4dfc952a8d
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ CFLAGS+= -fPIC
|
|||
|
||||
# Some RISC-V linkers have support for relaxations, while some (lld) do not
|
||||
# yet. If this is the case we inhibit the compiler from emitting relaxations.
|
||||
.if ${LINKER_FEATURES:Mriscv-relaxations} == ""
|
||||
.if ${MACHINE_CPUARCH} == "riscv" && ${LINKER_FEATURES:Mriscv-relaxations} == ""
|
||||
CFLAGS+= -mno-relax
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue