Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 14:06:36 -0000
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r346075 - projects/runtime-coverage-v2/targets/pseudo/bootstrap-tools
Message-ID:  <201904100919.x3A9JQrc092024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Apr 10 09:19:26 2019
New Revision: 346075
URL: https://svnweb.freebsd.org/changeset/base/346075

Log:
  Add `MK_RETPOLINE=no` and `MK_COVERAGE=no`
  
  This is being done per advice in Makefile.inc1 .

Modified:
  projects/runtime-coverage-v2/targets/pseudo/bootstrap-tools/Makefile

Modified: projects/runtime-coverage-v2/targets/pseudo/bootstrap-tools/Makefile
==============================================================================
--- projects/runtime-coverage-v2/targets/pseudo/bootstrap-tools/Makefile	Wed Apr 10 08:34:17 2019	(r346074)
+++ projects/runtime-coverage-v2/targets/pseudo/bootstrap-tools/Makefile	Wed Apr 10 09:19:26 2019	(r346075)
@@ -32,7 +32,7 @@ OSRELDATE!= sed -n '/define.*__FreeBSD_version/{s,^[^0
 OSRELDATE?= 0
 .endif
 
-# need to keep this in sync with src/Makefile.inc1 
+# need to keep this in sync with src/Makefile.inc1
 BSARGS= 	DESTDIR= \
 		OBJTOP='${WORLDTMP}/obj-tools' \
 		OBJROOT='$${OBJTOP}/' \
@@ -44,7 +44,8 @@ BSARGS= 	DESTDIR= \
 		-DNO_PIC MK_PROFILE=no -DNO_SHARED \
 		-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
 		MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
-		MK_LLDB=no MK_TESTS=no \
+		MK_LLDB=no MK_RETPOLINE=no \
+		MK_TESTS=no MK_COVERAGE=no \
 		MK_INCLUDES=yes
 
 # We will handle building the toolchain and cross-compiler.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904100919.x3A9JQrc092024>