summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-10 13:40:52 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-03-10 13:40:58 (GMT)
commit29ec8d65f2815bbe4b47c59c5483a9934b92898b (patch)
tree4f495166eae24d901ef4e58ffbe88b011fc91147 /Help/release
parent6b586e2c13b36a5847671fad7ea5d04dde0ab1a9 (diff)
parentb9d36826c5676bf3d0bb55fb47c6ce62f4f3470d (diff)
downloadCMake-29ec8d65f2815bbe4b47c59c5483a9934b92898b.zip
CMake-29ec8d65f2815bbe4b47c59c5483a9934b92898b.tar.gz
CMake-29ec8d65f2815bbe4b47c59c5483a9934b92898b.tar.bz2
Merge topic 'pr.gcc_ar'
b9d36826 Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !550
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/gcc_archiving_tools.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/gcc_archiving_tools.rst b/Help/release/dev/gcc_archiving_tools.rst
new file mode 100644
index 0000000..b3cc7d6
--- /dev/null
+++ b/Help/release/dev/gcc_archiving_tools.rst
@@ -0,0 +1,8 @@
+gcc_archiving_tools
+-------------------
+
+* The :variable:`CMAKE_GCC_AR` variable with the path to GCC wrapper of ``ar``
+ utility was added.
+
+* The :variable:`CMAKE_GCC_RANLIB` variable with the path to GCC wrapper of
+ ``ranlib`` utility was added.