summaryrefslogtreecommitdiffstats
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-05-29 06:20:36 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-05-29 06:20:36 +0000
commitdd3acf34f8eaf0a82a07bc0ea332fce0391768e0 (patch)
treea358784992ecd003d28239cadf92fcb7754c3e25 /Makefile.libcompat
parentb8787754e008b1f98793f25b9dc8eb6051c422e4 (diff)
downloadFreeBSD-src-dd3acf34f8eaf0a82a07bc0ea332fce0391768e0.zip
FreeBSD-src-dd3acf34f8eaf0a82a07bc0ea332fce0391768e0.tar.gz
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.
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 c966234..f7911c3 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 \
OpenPOWER on IntegriCloud