diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 278f87ade93..9012594c4cf 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -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"