diff options
author | dim <dim@FreeBSD.org> | 2011-11-28 17:56:46 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2011-11-28 17:56:46 +0000 |
commit | 1a12dc9399e196acf546f7b17f7b886cd5d5e5af (patch) | |
tree | 6e1a7ad1dfd4fd1150f520c6d24e0eda576bbe8c /tools | |
parent | 187ed796af88f6a3f6ec03c4ad1e3859459f5b9b (diff) | |
download | FreeBSD-src-1a12dc9399e196acf546f7b17f7b886cd5d5e5af.zip FreeBSD-src-1a12dc9399e196acf546f7b17f7b886cd5d5e5af.tar.gz |
Add WITH_LIBCPLUSPLUS under tools/build/options; the knob itself was
already added in a previous revision.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITH_LIBCPLUSPLUS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/options/WITH_LIBCPLUSPLUS b/tools/build/options/WITH_LIBCPLUSPLUS new file mode 100644 index 0000000..0f30dd8 --- /dev/null +++ b/tools/build/options/WITH_LIBCPLUSPLUS @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to build libcxxrt and libc++. |