svn commit: r298079 - head
Bryan Drewery
bdrewery at FreeBSD.org
Fri Apr 15 18:32:06 UTC 2016
Author: bdrewery
Date: Fri Apr 15 18:32:05 2016
New Revision: 298079
URL: https://svnweb.freebsd.org/changeset/base/298079
Log:
Set CPP from XCPP for the libcompat build.
Submitted by: Mark Millard <markmi at dsl-only.net>
Modified:
head/Makefile.libcompat
Modified: head/Makefile.libcompat
==============================================================================
--- head/Makefile.libcompat Fri Apr 15 18:03:53 2016 (r298078)
+++ head/Makefile.libcompat Fri Apr 15 18:32:05 2016 (r298079)
@@ -94,6 +94,7 @@ LIBCOMPATWMAKEENV+= BUILD_TOOLS_META=.NO
.endif
LIBCOMPATWMAKEFLAGS+= CC="${XCC} ${LIBCOMPATCFLAGS}" \
CXX="${XCXX} ${LIBCOMPATCFLAGS} ${LIBCOMPATCXXFLAGS}" \
+ CPP="${XCPP} ${LIBCOMPATCFLAGS}" \
DESTDIR=${LIBCOMPATTMP} \
-DNO_CPU_CFLAGS \
MK_CTF=no \
More information about the svn-src-head
mailing list