repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Modules
/
CMakeDetermineASM-ATTCompiler.cmake
blob
5861159ec3489948f0732d33d0b87bd9d1d6fc39
1
# determine the compiler to use for ASM using AT&T syntax, e.g. GNU as
2
3
SET(ASM_DIALECT "-ATT")
4
SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_INIT ${_CMAKE_TOOLCHAIN_PREFIX}gas ${_CMAKE_TOOLCHAIN_PREFIX}as)
5
INCLUDE(CMakeDetermineASMCompiler)
6
SET(ASM_DIALECT)