svn commit: r300944 - head
Bryan Drewery
bdrewery at FreeBSD.org
Sun May 29 06:20:37 UTC 2016
Author: bdrewery
Date: Sun May 29 06:20:36 2016
New Revision: 300944
URL: https://svnweb.freebsd.org/changeset/base/300944
Log:
Libcompat: Swap CXX/CFLAGS.
This is the same as done for the native build in r300770 to ensure that
the libc++ build reads from SYSROOT/usr/include/c++/v1 before reading
from SYSROOT/usr/include.
Modified:
head/Makefile.libcompat
Modified: head/Makefile.libcompat
==============================================================================
--- head/Makefile.libcompat Sun May 29 06:20:15 2016 (r300943)
+++ head/Makefile.libcompat Sun May 29 06:20:36 2016 (r300944)
@@ -92,7 +92,7 @@ LIBCOMPATWMAKEENV+= MAKEOBJDIRPREFIX=${L
LIBCOMPATWMAKEENV+= BUILD_TOOLS_META=.NOMETA_CMP
.endif
LIBCOMPATWMAKEFLAGS+= CC="${XCC} ${LIBCOMPATCFLAGS}" \
- CXX="${XCXX} ${LIBCOMPATCFLAGS} ${LIBCOMPATCXXFLAGS}" \
+ CXX="${XCXX} ${LIBCOMPATCXXFLAGS} ${LIBCOMPATCFLAGS}" \
CPP="${XCPP} ${LIBCOMPATCFLAGS}" \
DESTDIR=${LIBCOMPATTMP} \
-DNO_CPU_CFLAGS \
More information about the svn-src-all
mailing list