Date: Sun, 25 Dec 2016 15:39:52 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r310543 - head Message-ID: <201612251539.uBPFdqFR079000@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612251539.uBPFdqFR079000>