tcc_set_linker: mimic all option forms as supported by GNU ld
commit7901d1e3ad19b630c39388612a5ad7c0bf84df39
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Thu, 12 Aug 2010 19:30:21 +0000 (12 23:30 +0400)
committerKirill Smelkov <kirr@landau.phys.spbu.ru>
Thu, 12 Aug 2010 19:30:21 +0000 (12 23:30 +0400)
tree92fb914daf571c1624763ef32e87ffceb3a89222
parentbcc9137a1004682ac58914c7445427cb23ceba88
tcc_set_linker: mimic all option forms as supported by GNU ld

Namely

 *  `-option' or `--option'  (start with double or single dash)
 *  `-param=val' or `-param,val'

See GNU ld manual (2.1 Command Line Options)
libtcc.c