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

situations.

Noticed by:	kib
This commit is contained in:
dim 2017-05-21 21:33:15 +00:00
parent 02bfc69c03
commit 412400e0fd

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