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