summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/GNU-ASM.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-02-12 15:15:59 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-02-23 20:21:41 (GMT)
commit74564615889e35b8794e62325aa10d46d525bba4 (patch)
tree30689b9636724edc8cf26636941de94794585ebc /Modules/Compiler/GNU-ASM.cmake
parent5542d5801417946988e6bf5adb79a10dc9e73b55 (diff)
downloadCMake-74564615889e35b8794e62325aa10d46d525bba4.zip
CMake-74564615889e35b8794e62325aa10d46d525bba4.tar.gz
CMake-74564615889e35b8794e62325aa10d46d525bba4.tar.bz2
Change the default rules so they fit better to the new ASM handling
CMAKE_ASM_COMPILE_OBJECT is now so that it fits for GNU, Intel, HP and Sun ASM_ATT had to be adjusted. Also adjusted the default CMAKE_ASM_LINK_EXECUTABLE Alex
Diffstat (limited to 'Modules/Compiler/GNU-ASM.cmake')
-rw-r--r--Modules/Compiler/GNU-ASM.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/Compiler/GNU-ASM.cmake b/Modules/Compiler/GNU-ASM.cmake
index aa21584..e07401d 100644
--- a/Modules/Compiler/GNU-ASM.cmake
+++ b/Modules/Compiler/GNU-ASM.cmake
@@ -3,6 +3,4 @@ include(Compiler/GNU)
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S;asm)
-set(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> <DEFINES> <FLAGS> -o <OBJECT> -c <SOURCE>")
-
__compiler_gnu(ASM)