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
71e98c289c9346140576e48f7a619111470d4327
1
# determine the compiler to use for ASM using AT&T syntax
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)