diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-11-05 22:27:41 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-11-05 22:27:41 (GMT) |
commit | 19046aa98c863c8ed2e957f0ddd404b60577be85 (patch) | |
tree | 9a5c5b48a25a261fcfff24ef396e3046c445a531 /Modules/CMakeDetermineASM-ATTCompiler.cmake | |
parent | 49db4e53a1e351278bc8e93bf004510e71804486 (diff) | |
download | CMake-19046aa98c863c8ed2e957f0ddd404b60577be85.zip CMake-19046aa98c863c8ed2e957f0ddd404b60577be85.tar.gz CMake-19046aa98c863c8ed2e957f0ddd404b60577be85.tar.bz2 |
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.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineASM-ATTCompiler.cmake b/Modules/CMakeDetermineASM-ATTCompiler.cmake index 71e98c2..5861159 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) |