Use CString to concat linker options
commit1c11b857fe87a73d7047701dacdbe8394967b1d1
authorThomas Preud'homme <robotux@celest.fr>
Sun, 18 Mar 2012 13:15:31 +0000 (18 14:15 +0100)
committerThomas Preud'homme <robotux@celest.fr>
Tue, 20 Mar 2012 15:01:12 +0000 (20 16:01 +0100)
tree0964b8723118221bc34bbd3fc98e0ea286732b91
parent2eee100c371af36b0d766923c029aea8a424ab90
Use CString to concat linker options

As suggested, change type of linker_arg variable to the more appropriate CString
type, since linker_arg is about dynamically grown string.
tcc.c