svn commit: r318598 - head/lib/libc++experimental
Dimitry Andric
dim at FreeBSD.org
Sun May 21 21:33:17 UTC 2017
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
More information about the svn-src-head
mailing list