summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2017-03-08 03:25:47 (GMT)
committerRuslan Baratov <ruslan_baratov@yahoo.com>2017-03-08 20:28:01 (GMT)
commitb9d36826c5676bf3d0bb55fb47c6ce62f4f3470d (patch)
tree1f4f75b27fcc1d51852a7909e34ddbe22b95c955 /Help/release/dev
parent52d39264b49c18f6f1e98a2348e69cd679e389bc (diff)
downloadCMake-b9d36826c5676bf3d0bb55fb47c6ce62f4f3470d.zip
CMake-b9d36826c5676bf3d0bb55fb47c6ce62f4f3470d.tar.gz
CMake-b9d36826c5676bf3d0bb55fb47c6ce62f4f3470d.tar.bz2
Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variables
Diffstat (limited to 'Help/release/dev')
-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.