summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-02-12 16:20:23 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-02-23 20:29:05 (GMT)
commit78f7c592eb3ded4eb7871cd012f46948fd35aa8e (patch)
tree2c6458ba65689cd3fbd9c380c7df3bdbb03bd5a0 /Modules/Compiler
parent74564615889e35b8794e62325aa10d46d525bba4 (diff)
downloadCMake-78f7c592eb3ded4eb7871cd012f46948fd35aa8e.zip
CMake-78f7c592eb3ded4eb7871cd012f46948fd35aa8e.tar.gz
CMake-78f7c592eb3ded4eb7871cd012f46948fd35aa8e.tar.bz2
Fix the default CMAKE_ASM_COMPILE_OBJECT, make XL-ASM use it
Alex
Diffstat (limited to 'Modules/Compiler')
-rw-r--r--Modules/Compiler/XL-ASM.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/Compiler/XL-ASM.cmake b/Modules/Compiler/XL-ASM.cmake
index d9d6cac..e5d4ffa 100644
--- a/Modules/Compiler/XL-ASM.cmake
+++ b/Modules/Compiler/XL-ASM.cmake
@@ -11,5 +11,3 @@ SET(CMAKE_ASM_FLAGS_MINSIZEREL_INIT "-O -DNDEBUG")
SET(CMAKE_ASM_FLAGS_RELWITHDEBINFO_INIT "-g")
SET(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s )
-
-SET(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> <DEFINES> <FLAGS> -o <OBJECT> -c <SOURCE>")