diff options
| author | Warner Losh <imp@FreeBSD.org> | 2011-04-05 08:49:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2011-04-05 08:49:47 +0000 |
| commit | 1b595919569ce8d02f283a0d81028078bff3f2f7 (patch) | |
| tree | 2b6a22c99fb751bf241f3383f84a8639ca5eefa4 /Makefile.inc1 | |
| parent | 89b13f486a52f3bf0631ff736d310f8e58145454 (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 d4cd2096b6f1..d4bb67524aef 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1019,11 +1019,11 @@ _gensnmptree= usr.sbin/bsnmpd/gensnmptree _crunchgen= usr.sbin/crunch/crunchgen .endif -# XXX: There is no way to specify bootstrap tools depending on MK-flags -# with different per-architecture default values. Always build tblgen. +.if ${MK_CLANG} != "no" _clang_tblgen= \ lib/clang/libllvmsupport \ usr.bin/clang/tblgen +.endif .if ${MK_CDDL} != "no" _dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf lib/libelf \ |
