2008-11-06 02:51:46 +03:00
|
|
|
# support for AT&T syntax assemblers, e.g. GNU as
|
|
|
|
|
2007-06-28 17:14:27 +04:00
|
|
|
SET(ASM_DIALECT "-ATT")
|
2009-09-12 10:15:30 +04:00
|
|
|
# *.S files are supposed to be preprocessed, so they should not be passed to
|
|
|
|
# assembler but should be processed by gcc
|
|
|
|
SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS s;asm)
|
2007-06-28 17:14:27 +04:00
|
|
|
INCLUDE(CMakeASMInformation)
|
|
|
|
SET(ASM_DIALECT)
|