1 # support for AT&T syntax assemblers, e.g. GNU as
3 SET(ASM_DIALECT "-ATT")
4 # *.S files are supposed to be preprocessed, so they should not be passed to
5 # assembler but should be processed by gcc
6 SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS s;asm)
7 INCLUDE(CMakeASMInformation)