On 05/05/15 06:43, Daniel Baluta wrote: > > > On 05/05/2015 11:42 AM, Linus Walleij wrote: >> When cross-compiling the IIO tools we need to opportunity to >> specify a cross compiler prefix and some extra CFLAGS. This >> patch enables this in the same way as for other stuff in >> tools. >> >> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > > Acked-by: Daniel Baluta <daniel.baluta@xxxxxxxxx> Applied to the togreg branch of iio.git Thanks, Jonathan > >> --- >> tools/iio/Makefile | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/tools/iio/Makefile b/tools/iio/Makefile >> index bf7ae6d6612a..3a7a54f59713 100644 >> --- a/tools/iio/Makefile >> +++ b/tools/iio/Makefile >> @@ -1,5 +1,5 @@ >> -CC = gcc >> -CFLAGS = -Wall -g -D_GNU_SOURCE >> +CC = $(CROSS_COMPILE)gcc >> +CFLAGS += -Wall -g -D_GNU_SOURCE >> >> all: iio_event_monitor lsiio generic_buffer >> >> -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html