2008-11-06 01:27:41 +03:00
|
|
|
# determine the compiler to use for ASM using AT&T syntax, e.g. GNU as
|
2007-06-28 17:14:27 +04:00
|
|
|
|
|
|
|
SET(ASM_DIALECT "-ATT")
|
|
|
|
SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_INIT ${_CMAKE_TOOLCHAIN_PREFIX}gas ${_CMAKE_TOOLCHAIN_PREFIX}as)
|
|
|
|
INCLUDE(CMakeDetermineASMCompiler)
|
|
|
|
SET(ASM_DIALECT)
|