svn commit: r291999 - head/share/mk

Ed Maste emaste at FreeBSD.org
Tue Dec 8 19:19:28 UTC 2015


Author: emaste
Date: Tue Dec  8 19:19:26 2015
New Revision: 291999
URL: https://svnweb.freebsd.org/changeset/base/291999

Log:
  Add comment explaining aarch64's BROKEN_OPTIONS
  
  In-tree bintuils and GCC do not support aarch64 or other recent
  architectures.

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

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Tue Dec  8 18:38:33 2015	(r291998)
+++ head/share/mk/src.opts.mk	Tue Dec  8 19:19:26 2015	(r291999)
@@ -228,6 +228,7 @@ __DEFAULT_NO_OPTIONS+=CLANG_BOOTSTRAP CL
 __DEFAULT_YES_OPTIONS+=GCC GCC_BOOTSTRAP GNUCXX
 __DEFAULT_NO_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC
 .endif
+# In-tree binutils/gcc are older versions without modern architecture support.
 .if ${__T} == "aarch64"
 BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GCC GCC_BOOTSTRAP GDB
 __DEFAULT_YES_OPTIONS+=ELFCOPY_AS_OBJCOPY


More information about the svn-src-all mailing list