Make tcc accept `-l lib` as well as `-llib`.
commit1e2e5671f7421d9915bfbaab3b0084a7fb092a7d
authorPetr Skocik <pskocik@gmail.com>
Mon, 12 Nov 2018 16:50:20 +0000 (12 17:50 +0100)
committerPetr Skocik <pskocik@gmail.com>
Mon, 12 Nov 2018 19:52:53 +0000 (12 20:52 +0100)
treea36233844f092e4c2f6a039fae065594c2279d71
parent314843ffc3a81c763220fa0d84215798a4f3a8b0
Make tcc accept `-l lib` as well as `-llib`.

The POSIX spec for `c99` specifically favors the space-containing version
(http://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html)
and the `-l lib` syntax is also supported by gcc and clang.
libtcc.c