diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2013-06-13 18:26:04 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2013-06-13 18:26:04 +0000 |
| commit | aa5084e4ff73069621e9d4ac06ab6817dfe1a88c (patch) | |
| tree | 8f6c610b772b8cf4ce2584abe919a5aed395eab2 /Makefile.inc1 | |
| parent | e60c420fa3cf1771856a9fab19f9f1c88548b983 (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index d65dd31f87e8..78f98e82e00e 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1203,8 +1203,8 @@ _clang_tblgen= \ # dtrace tools are required for older bootstrap env and cross-build .if ${MK_CDDL} != "no" && \ - ((${BOOTSTRAPPING} < 800038 && \ - !(${BOOTSTRAPPING} >= 700112 && ${BOOTSTRAPPING} < 799999)) \ + ((${BOOTSTRAPPING} < 1000034 && \ + !(${BOOTSTRAPPING} >= 901505 && ${BOOTSTRAPPING} < 999999)) \ || (${MACHINE} != ${TARGET} || ${MACHINE_ARCH} != ${TARGET_ARCH})) _dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf lib/libelf \ lib/libdwarf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge |
