Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2010 06:58:03 -0700 (PDT)
From:      paradox <ddkprog@yahoo.com>
To:        freebsd-current@freebsd.org
Subject:   WITHOUT_CLANG=yes fix
Message-ID:  <9573.47623.qm@web59105.mail.re1.yahoo.com>

next in thread | raw e-mail | index | archive | help
http://svn.freebsd.org/viewvc/base/head/Makefile.inc1?revision=210116&view=markup

plz fix buidl without clang

# 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 \
	lib/clang/libllvmsystem \
	usr.bin/clang/tblgen
+.endif

.if ${MK_CDDL} != "no"
_dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf lib/libelf \
    lib/libdwarf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge



      



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