Author: bdrewery
Date: Wed Jan 24 18:09:44 2018
New Revision: 328348
URL: https://svnweb.freebsd.org/changeset/base/328348

Log:
  test-system-compiler: Display X_ variants for compiler/linker.
  
  Sponsored by: Dell EMC

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Wed Jan 24 18:08:37 2018        (r328347)
+++ head/Makefile.inc1  Wed Jan 24 18:09:44 2018        (r328348)
@@ -144,7 +144,10 @@ TEST_SYSTEM_COMPILER_VARS= \
        WANT_COMPILER_FREEBSD_VERSION WANT_COMPILER_FREEBSD_VERSION_FILE \
        CC COMPILER_TYPE COMPILER_FEATURES COMPILER_VERSION \
        COMPILER_FREEBSD_VERSION \
-       LINKER_TYPE LINKER_FEATURES LINKER_VERSION
+       X_COMPILER_TYPE X_COMPILER_FEATURES X_COMPILER_VERSION \
+       X_COMPILER_FREEBSD_VERSION \
+       LINKER_TYPE LINKER_FEATURES LINKER_VERSION \
+       X_LINKER_TYPE X_LINKER_FEATURES X_LINKER_VERSION
 test-system-compiler: .PHONY
 .for v in ${TEST_SYSTEM_COMPILER_VARS}
        ${_+_}@printf "%-35s= %s\n" "${v}" "${${v}}"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to