Add PICFLAG to build libc++experimental.a, so it can be used in all

situations.

Noticed by:	kib
This commit is contained in:
Dimitry Andric 2017-05-21 21:33:15 +00:00
parent 6403a57bcc
commit fc539a44ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318598

View File

@ -17,6 +17,7 @@ SRCS+= filesystem/path.cpp
SRCS+= memory_resource.cpp
WARNS?= 0
CXXFLAGS+= ${PICFLAG}
CXXFLAGS+= -isystem ${SRCDIR}/include
CXXFLAGS+= -nostdinc++
CXXFLAGS+= -nostdlib