diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-01 01:22:10 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-01 01:22:10 +0000 |
| commit | 1e36b7df1abae6b06972fdaa1421a93088e3cdd6 (patch) | |
| tree | 6988bc6e84daf0fdbfb454673c099fe8444571df /lib/libc++ | |
| parent | c7f8dda11817839a75d9589278fd3d3334ee56d3 (diff) | |
Notes
Diffstat (limited to 'lib/libc++')
| -rw-r--r-- | lib/libc++/Makefile | 4 | ||||
| -rw-r--r-- | lib/libc++/Makefile.depend | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index d9b0360085e6..a249be99c47f 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -212,8 +212,4 @@ afterinstall: ${.OBJDIR}/libstdc++.a .endif -# avoid cyclic dependency -CFLAGS+= -I${LIBCXXRTDIR} -GENDIRDEPS_FILTER= N*/libcxxrt - .include <bsd.lib.mk> diff --git a/lib/libc++/Makefile.depend b/lib/libc++/Makefile.depend index cb8163981f80..39735a833707 100644 --- a/lib/libc++/Makefile.depend +++ b/lib/libc++/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libcxxrt \ lib/msun \ |
