svn commit: r325127 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Mon Oct 30 07:46:35 UTC 2017


Author: ngie
Date: Mon Oct 30 07:46:33 2017
New Revision: 325127
URL: https://svnweb.freebsd.org/changeset/base/325127

Log:
  Pass down WANT_COMPILER_TYPE for debugging purposes and for sanity purposes

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Mon Oct 30 07:06:03 2017	(r325126)
+++ projects/runtime-coverage/Makefile.inc1	Mon Oct 30 07:46:33 2017	(r325127)
@@ -125,7 +125,7 @@ WANT_COMPILER_VERSION!= \
 	awk -F. '{print $$1 * 10000 + $$2 * 100 + $$3}' \
 	${SRCDIR}/${WANT_COMPILER_VERSION_FILE} || echo unknown
 .endif
-.export WANT_COMPILER_FREEBSD_VERSION WANT_COMPILER_VERSION
+.export WANT_COMPILER_FREEBSD_VERSION WANT_COMPILER_TYPE WANT_COMPILER_VERSION
 .endif	# !defined(WANT_COMPILER_FREEBSD_VERSION)
 # It needs to be the same revision as we would build for the bootstrap.
 # If the expected vs CC is different then we can't skip.


More information about the svn-src-projects mailing list