Date: Mon, 30 Oct 2017 07:46:33 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r325127 - projects/runtime-coverage Message-ID: <201710300746.v9U7kXWh032702@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710300746.v9U7kXWh032702>