mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Disable fformat-extensions for RISC-V target as GCC 6.1 external compiler
has no support for that. Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D10348
This commit is contained in:
parent
370bf3020d
commit
f13cb8ed2b
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@ BROKEN_OPTIONS+= CDDL ZFS SSP
|
|||
BROKEN_OPTIONS+= ZFS
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "riscv"
|
||||
BROKEN_OPTIONS+= FORMAT_EXTENSIONS
|
||||
.endif
|
||||
|
||||
# Things that don't work because the kernel doesn't have the support
|
||||
# for them.
|
||||
.if ${MACHINE} != "i386" && ${MACHINE} != "amd64"
|
||||
|
|
|
|||
Loading…
Reference in a new issue