PERFORCE change 571565 for review

Robert Watson rwatson at FreeBSD.org
Tue Sep 3 22:30:57 UTC 2013


http://p4web.freebsd.org/@@571565?ac=10

Change 571565 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2013/09/03 22:30:29

	Compile cheritest statically, for now, to make debugging a bit
	easier when working with CPU traces.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/bin/cheritest/Makefile#4 edit

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/bin/cheritest/Makefile#4 (text+ko) ====

@@ -7,4 +7,6 @@
 #DPADD=  ${LIBDEVSTAT} ${LIBKVM} ${LIBMEMSTAT} ${LIBUTIL}
 LDADD=  -lcheri
 
+NO_SHARED?=	YES
+
 .include <bsd.prog.mk>


More information about the p4-projects mailing list