You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
522 B
10 lines
522 B
# The YASM_MODULES line below is extracted from the Makefile generated by the
|
|
# configure script.
|
|
YASM_MODULES = arch_x86 arch_lc3b listfmt_nasm parser_gas parser_gnu \
|
|
parser_nasm parser_tasm preproc_nasm preproc_tasm preproc_raw \
|
|
preproc_cpp preproc_gas dbgfmt_cv8 dbgfmt_dwarf2 dbgfmt_null \
|
|
dbgfmt_stabs objfmt_dbg objfmt_bin objfmt_dosexe objfmt_elf \
|
|
objfmt_elf32 objfmt_elf64 objfmt_elfx32 objfmt_coff \
|
|
objfmt_macho objfmt_macho32 objfmt_macho64 objfmt_rdf \
|
|
objfmt_win32 objfmt_win64 objfmt_x64 objfmt_xdf
|