1. -f format select output file format
    2. bin Flat raw binary (MS-DOS, embedded, ...) [default]
    3. ith Intel Hex encoded flat binary
    4. srec Motorola S-records encoded flat binary
    5. aout Linux a.out
    6. aoutb NetBSD/FreeBSD a.out
    7. coff COFF (i386) (DJGPP, some Unix variants)
    8. elf32 ELF32 (i386) (Linux, most Unix variants)
    9. elf64 ELF64 (x86-64) (Linux, most Unix variants)
    10. elfx32 ELFx32 (ELF32 for x86-64) (Linux)
    11. as86 as86 (bin86/dev86 toolchain)
    12. obj Intel/Microsoft OMF (MS-DOS, OS/2, Win16)
    13. win32 Microsoft extended COFF for Win32 (i386)
    14. win64 Microsoft extended COFF for Win64 (x86-64)
    15. ieee IEEE-695 (LADsoft variant) object file format
    16. macho32 Mach-O i386 (Mach, including MacOS X and variants)
    17. macho64 Mach-O x86-64 (Mach, including MacOS X and variants)
    18. dbg Trace of all info passed to output stage
    19. elf Legacy alias for "elf32"
    20. macho Legacy alias for "macho32"
    21. win Legacy alias for "win32"