summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineASM-ATTCompiler.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-11-05 17:27:41 -0500
committerAlexander Neundorf <neundorf@kde.org>2008-11-05 17:27:41 -0500
commit19046aa98c863c8ed2e957f0ddd404b60577be85 (patch)
tree9a5c5b48a25a261fcfff24ef396e3046c445a531 /Modules/CMakeDetermineASM-ATTCompiler.cmake
parent49db4e53a1e351278bc8e93bf004510e71804486 (diff)
downloadcmake-19046aa98c863c8ed2e957f0ddd404b60577be85.tar.gz
ENH: add support for the MS masm and masm64 assemblers, works with nmake,
not (yet) with the Visual Studio generators Alex
Diffstat (limited to 'Modules/CMakeDetermineASM-ATTCompiler.cmake')
-rw-r--r--Modules/CMakeDetermineASM-ATTCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineASM-ATTCompiler.cmake b/Modules/CMakeDetermineASM-ATTCompiler.cmake
index 71e98c289c..5861159ec3 100644
--- a/Modules/CMakeDetermineASM-ATTCompiler.cmake
+++ b/Modules/CMakeDetermineASM-ATTCompiler.cmake
@@ -1,4 +1,4 @@
-# determine the compiler to use for ASM using AT&T syntax
+# determine the compiler to use for ASM using AT&T syntax, e.g. GNU as
SET(ASM_DIALECT "-ATT")
SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_INIT ${_CMAKE_TOOLCHAIN_PREFIX}gas ${_CMAKE_TOOLCHAIN_PREFIX}as)