Page MenuHomeFreeBSD

D34656.1789993229.diff
No OneTemporary

Size
1014 B
Referenced Files
None
Subscribers
None

D34656.1789993229.diff

Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -200,7 +200,6 @@
CLANG_EXTRAS \
CLANG_FORMAT \
DETECT_TZ_CHANGES \
- DTRACE_TESTS \
EXPERIMENTAL \
HESIOD \
LOADER_FIREWIRE \
@@ -348,6 +347,13 @@
__DEFAULT_NO_OPTIONS+=OPENMP
.endif
+# DTrace tests is considered experimental on architectures other than amd64
+.if ${__T} == "amd64"
+__DEFAULT_YES_OPTIONS+=DTRACE_TESTS
+.else
+__DEFAULT_NO_OPTIONS+=DTRACE_TESTS
+.endif
+
.include <bsd.mkopt.mk>
#
Index: tools/build/options/WITHOUT_DTRACE_TESTS
===================================================================
--- /dev/null
+++ tools/build/options/WITHOUT_DTRACE_TESTS
@@ -0,0 +1,5 @@
+.\" $FreeBSD$
+Do not build or install the DTrace test suite in
+.Pa /usr/tests/cddl/usr.sbin/dtrace .
+This test suite is considered experimental on architectures other than
+amd64/amd64 and running it may cause system instability.

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 21, 12:20 PM (20 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29841034
Default Alt Text
D34656.1789993229.diff (1014 B)

Event Timeline