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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to