summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-11-05 23:51:46 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-11-05 23:51:46 (GMT)
commit73183bc21528e2ce0a0d12b2e4eef576f7b2148b (patch)
tree00ad0723f812690cf7be22990fb588c581372ff0
parente8e4160cce0d50172d08d8a108dcf236c19703cd (diff)
downloadCMake-73183bc21528e2ce0a0d12b2e4eef576f7b2148b.zip
CMake-73183bc21528e2ce0a0d12b2e4eef576f7b2148b.tar.gz
CMake-73183bc21528e2ce0a0d12b2e4eef576f7b2148b.tar.bz2
STYLE: add some comment, so it says at least a bit what it is good for
Alex
-rw-r--r--Modules/CMakeASM-ATTInformation.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakeASM-ATTInformation.cmake b/Modules/CMakeASM-ATTInformation.cmake
index fb44b10..353473a 100644
--- a/Modules/CMakeASM-ATTInformation.cmake
+++ b/Modules/CMakeASM-ATTInformation.cmake
@@ -1,3 +1,5 @@
+# support for AT&T syntax assemblers, e.g. GNU as
+
SET(ASM_DIALECT "-ATT")
SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS s;S;asm)
INCLUDE(CMakeASMInformation)