|
|
@@ -30,6 +30,8 @@ macro(__compiler_xl lang)
|
|
|
set(CMAKE_${lang}_CREATE_PREPROCESSED_SOURCE "<CMAKE_${lang}_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -E <SOURCE> > <PREPROCESSED_SOURCE>")
|
|
|
set(CMAKE_${lang}_CREATE_ASSEMBLY_SOURCE "<CMAKE_${lang}_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -S <SOURCE> -o <ASSEMBLY_SOURCE>")
|
|
|
|
|
|
+ set(CMAKE_DEPFILE_FLAGS_${lang} "-MF <DEPFILE> -qmakedep=gcc")
|
|
|
+
|
|
|
# CMAKE_XL_CreateExportList is part of the AIX XL compilers but not the linux ones.
|
|
|
# If we found the tool, we'll use it to create exports, otherwise stick with the regular
|
|
|
# create shared library compile line.
|