[Cmake-commits] [cmake-commits] alex committed CMakeASM-ATTInformation.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 5 18:51:48 EST 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv13063

Modified Files:
	CMakeASM-ATTInformation.cmake 
Log Message:
STYLE: add some comment, so it says at least a bit what it is good for

Alex


Index: CMakeASM-ATTInformation.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeASM-ATTInformation.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeASM-ATTInformation.cmake	28 Jun 2007 13:14:27 -0000	1.1
--- CMakeASM-ATTInformation.cmake	5 Nov 2008 23:51:46 -0000	1.2
***************
*** 1,2 ****
--- 1,4 ----
+ # 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)



More information about the Cmake-commits mailing list