diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-21 21:33:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-21 21:33:15 +0000 |
| commit | fc539a44ac76d5fdd108b29a8a31f684f4fa69b2 (patch) | |
| tree | b06bac7bdf69c52c9b5c420a72c5dc17f6f9ce8e /lib | |
| parent | 6403a57bcc0f03bf7f77d8169dd62ef8706d3068 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc++experimental/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc++experimental/Makefile b/lib/libc++experimental/Makefile index 6a6496313037..e2563cc5cd1f 100644 --- a/lib/libc++experimental/Makefile +++ b/lib/libc++experimental/Makefile @@ -17,6 +17,7 @@ SRCS+= filesystem/path.cpp SRCS+= memory_resource.cpp WARNS?= 0 +CXXFLAGS+= ${PICFLAG} CXXFLAGS+= -isystem ${SRCDIR}/include CXXFLAGS+= -nostdinc++ CXXFLAGS+= -nostdlib |
