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 <mar...@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 \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to