mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add GCC to the list of broken options on arm64.
This commit is contained in:
parent
a1bddc75b4
commit
48d4d8385b
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ __DEFAULT_YES_OPTIONS+=GCC GCC_BOOTSTRAP GNUCXX
|
|||
__DEFAULT_NO_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC
|
||||
.endif
|
||||
.if ${__T} == "aarch64"
|
||||
BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GDB
|
||||
BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GCC GDB
|
||||
.endif
|
||||
# LLVM lacks support for FreeBSD 64-bit atomic operations for ARMv4/ARMv5
|
||||
.if ${__T} == "arm" || ${__T} == "armeb"
|
||||
|
|
|
|||
Loading…
Reference in a new issue