Date: Sun, 21 May 2017 21:33:16 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r318598 - head/lib/libc++experimental Message-ID: <201705212133.v4LLXG1e026306@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dim Date: Sun May 21 21:33:15 2017 New Revision: 318598 URL: https://svnweb.freebsd.org/changeset/base/318598 Log: Add PICFLAG to build libc++experimental.a, so it can be used in all situations. Noticed by: kib Modified: head/lib/libc++experimental/Makefile Modified: head/lib/libc++experimental/Makefile ============================================================================== --- head/lib/libc++experimental/Makefile Sun May 21 20:00:49 2017 (r318597) +++ head/lib/libc++experimental/Makefile Sun May 21 21:33:15 2017 (r318598) @@ -17,6 +17,7 @@ SRCS+= filesystem/path.cpp SRCS+= memory_resource.cpp WARNS?= 0 +CXXFLAGS+= ${PICFLAG} CXXFLAGS+= -isystem ${SRCDIR}/include CXXFLAGS+= -nostdinc++ CXXFLAGS+= -nostdlib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705212133.v4LLXG1e026306>