Followup to r282083: add GCC_BOOTSTRAP to the list of broken options on arm64

Differential Revision: https://reviews.freebsd.org/D2379
Reviewed by: imp
This commit is contained in:
Enji Cooper 2015-04-28 19:15:28 +00:00
parent 313b134f23
commit 054f15ac76

View File

@ -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 GCC GDB
BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GCC GCC_BOOTSTRAP GDB
.endif
# LLVM lacks support for FreeBSD 64-bit atomic operations for ARMv4/ARMv5
.if ${__T} == "arm" || ${__T} == "armeb"