summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-10 15:29:46 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-09-10 15:29:46 (GMT)
commit1e2f5dc9229c98006b9643b4b6a2e40d71c37eb0 (patch)
tree5d114a7aa8884df99f26570d4e788237afe45aa8 /Modules/Platform
parent5ed30f30f53fc21fb4d29f1f6e4f0c1f241f7b70 (diff)
parent08659ff4cbeb6ceee312479fcd9b4f8d694f95d6 (diff)
downloadCMake-1e2f5dc9229c98006b9643b4b6a2e40d71c37eb0.zip
CMake-1e2f5dc9229c98006b9643b4b6a2e40d71c37eb0.tar.gz
CMake-1e2f5dc9229c98006b9643b4b6a2e40d71c37eb0.tar.bz2
Merge topic 'ar-option-order'
08659ff4 Re-order 'ar' options 'cq' => 'qc'
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Windows-GNU.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-GNU.cmake b/Modules/Platform/Windows-GNU.cmake
index b97409c..d8a423e 100644
--- a/Modules/Platform/Windows-GNU.cmake
+++ b/Modules/Platform/Windows-GNU.cmake
@@ -65,7 +65,7 @@ macro(__windows_compiler_gnu lang)
if(MSYS OR MINGW)
# Create archiving rules to support large object file lists for static libraries.
- set(CMAKE_${lang}_ARCHIVE_CREATE "<CMAKE_AR> cq <TARGET> <LINK_FLAGS> <OBJECTS>")
+ set(CMAKE_${lang}_ARCHIVE_CREATE "<CMAKE_AR> qc <TARGET> <LINK_FLAGS> <OBJECTS>")
set(CMAKE_${lang}_ARCHIVE_APPEND "<CMAKE_AR> q <TARGET> <LINK_FLAGS> <OBJECTS>")
set(CMAKE_${lang}_ARCHIVE_FINISH "<CMAKE_RANLIB> <TARGET>")