2008-11-05 17:27:41 -05:00
|
|
|
# determine the compiler to use for ASM using AT&T syntax, e.g. GNU as
|
2007-06-28 09: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)
|