" -T\t\t\tInclude source as comment\n"
" -V\t\t\tPrint the version number\n"
" -W\t\t\tSuppress warnings\n"
+ " -Wa options\t\tPass options to the assembler\n"
+ " -Wl options\t\tPass options to the linker\n"
"\n"
"Long options:\n"
" --add-source\t\tInclude source as comment\n"
+ " --asm-args options\tPass options to the assembler\n"
" --asm-define sym[=v]\tDefine an assembler symbol\n"
" --asm-include-dir dir\tSet an assembler include directory\n"
" --bss-label name\tDefine and export a BSS segment label\n"
" --forget-inc-paths\tForget include search paths (compiler)\n"
" --help\t\tHelp (this text)\n"
" --include-dir dir\tSet a compiler include directory path\n"
+ " --ld-args options\tPass options to the linker\n"
" --lib file\t\tLink this library\n"
" --lib-path path\tSpecify a library search path\n"
" --list-targets\tList all available targets\n"