On Wed, 17 Jun 2015 21:26:45 +0200, Wolfram Sang wrote:
> From: Wolfram Sang
>
> When debugging embedded systems, it is often nice to simply TFTP the
> desired i2ctool to the target without the hazzle of dealing with shared
> libs. Using -static is overkill, too, so let's add a switch which will
From: Wolfram Sang
When debugging embedded systems, it is often nice to simply TFTP the
desired i2ctool to the target without the hazzle of dealing with shared
libs. Using -static is overkill, too, so let's add a switch which will
only link functions from libi2c statically.
Signed-off-by: Wolfra