svn commit: r310543 - head

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 25 15:39:53 UTC 2016


Author: bapt
Date: Sun Dec 25 15:39:52 2016
New Revision: 310543
URL: https://svnweb.freebsd.org/changeset/base/310543

Log:
  Fix build of lib32 libraries for amd64 and powerpc64 with cross toolchain

Modified:
  head/Makefile.libcompat

Modified: head/Makefile.libcompat
==============================================================================
--- head/Makefile.libcompat	Sun Dec 25 15:05:59 2016	(r310542)
+++ head/Makefile.libcompat	Sun Dec 25 15:39:52 2016	(r310543)
@@ -85,7 +85,7 @@ LIBCOMPATCFLAGS+=	-isystem ${LIBCOMPATTM
 .if ${X_COMPILER_VERSION} >= 40800 && \
     (${MK_CLANG_BOOTSTRAP} == "no" && ${MK_GCC_BOOTSTRAP} == "no")
 LIBCOMPATCXXFLAGS+=	-isystem ${LIBCOMPATTMP}/usr/include/c++/v1 -std=c++11 \
-			-nostdinc++ -L${LIBCOMPAT_OBJTREE}${.CURDIR}/lib/libc++
+			-nostdinc++
 .endif
 .endif
 


More information about the svn-src-all mailing list