diff options
author | Ed Maste <emaste@FreeBSD.org> | 2016-01-09 00:42:07 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2016-01-09 00:42:07 +0000 |
commit | b80f3546a8da40a0fe47415c8b6e107b21007684 (patch) | |
tree | ba3eadca67152e1581a6aee881d2b42ca3a2ed0a /tools/build | |
parent | 1f17dba48291d9081346b5b70b1d4d47baebfc21 (diff) | |
download | src-b80f3546a8da40a0fe47415c8b6e107b21007684.tar.gz src-b80f3546a8da40a0fe47415c8b6e107b21007684.zip |
Notes
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/options/WITHOUT_LLVM_LIBUNWIND | 2 | ||||
-rw-r--r-- | tools/build/options/WITH_LLVM_LIBUNWIND | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_LLVM_LIBUNWIND b/tools/build/options/WITHOUT_LLVM_LIBUNWIND new file mode 100644 index 000000000000..63a904230a26 --- /dev/null +++ b/tools/build/options/WITHOUT_LLVM_LIBUNWIND @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to use GCC's stack unwinder (instead of LLVM's libunwind). diff --git a/tools/build/options/WITH_LLVM_LIBUNWIND b/tools/build/options/WITH_LLVM_LIBUNWIND new file mode 100644 index 000000000000..ff63884af9e4 --- /dev/null +++ b/tools/build/options/WITH_LLVM_LIBUNWIND @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to use LLVM's libunwind stack unwinder (instead of GCC's unwinder). |