summaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-05-29 06:20:36 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-05-29 06:20:36 +0000
commit76c5029cdfe12a83a99cb0e64680b228199cee12 (patch)
treea358784992ecd003d28239cadf92fcb7754c3e25 /Makefile.libcompat
parentf661dbee816b5fc7b1b9f6d4486ada609921ad59 (diff)
downloadsrc-test-76c5029cdfe12a83a99cb0e64680b228199cee12.tar.gz
src-test-76c5029cdfe12a83a99cb0e64680b228199cee12.zip
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.
Notes
Notes: svn path=/head/; revision=300944
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index c966234674083..f7911c373dcb2 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -92,7 +92,7 @@ LIBCOMPATWMAKEENV+= MAKEOBJDIRPREFIX=${LIBCOMPAT_OBJTREE} \
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 \