svn commit: r282198 - head/share/mk

Garrett Cooper ngie at FreeBSD.org
Tue Apr 28 19:15:29 UTC 2015


Author: ngie
Date: Tue Apr 28 19:15:28 2015
New Revision: 282198
URL: https://svnweb.freebsd.org/changeset/base/282198

Log:
  Followup to r282083: add GCC_BOOTSTRAP to the list of broken options on arm64
  
  Differential Revision: https://reviews.freebsd.org/D2379
  Reviewed by: imp

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Tue Apr 28 18:12:10 2015	(r282197)
+++ head/share/mk/src.opts.mk	Tue Apr 28 19:15:28 2015	(r282198)
@@ -233,7 +233,7 @@ __DEFAULT_YES_OPTIONS+=GCC GCC_BOOTSTRAP
 __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"


More information about the svn-src-all mailing list