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
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to