2008-11-05 18:51:46 -05:00
|
|
|
# support for AT&T syntax assemblers, e.g. GNU as
|
|
|
|
|
2007-06-28 09:14:27 -04:00
|
|
|
SET(ASM_DIALECT "-ATT")
|
2009-09-12 02: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 09:14:27 -04:00
|
|
|
INCLUDE(CMakeASMInformation)
|
|
|
|
SET(ASM_DIALECT)
|