Re: [PATCH v2] i2c-tools: enable static use of libi2c

2015-06-17 Thread Jean Delvare
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

[PATCH v2] i2c-tools: enable static use of libi2c

2015-06-17 Thread Wolfram Sang
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