From: Jonathan Cameron <jic23@kernel.org>
To: Daniel Baluta <daniel.baluta@intel.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-iio@vger.kernel.org
Cc: Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald <pmeerw@pmeerw.net>,
Denis CIOCCA <denis.ciocca@st.com>,
Lee Jones <lee.jones@linaro.org>
Subject: Re: [PATCH] iio: make tools more cross-compilation friendly
Date: Fri, 08 May 2015 10:50:46 -0400 [thread overview]
Message-ID: <554CCD46.1040106@kernel.org> (raw)
In-Reply-To: <55489EC7.7070301@intel.com>
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@linaro.org>
>
> Acked-by: Daniel Baluta <daniel.baluta@intel.com>
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
>>
>>
prev parent reply other threads:[~2015-05-08 18:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-05 8:42 [PATCH] iio: make tools more cross-compilation friendly Linus Walleij
2015-05-05 10:43 ` Daniel Baluta
2015-05-08 14:50 ` Jonathan Cameron [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=554CCD46.1040106@kernel.org \
--to=jic23@kernel.org \
--cc=daniel.baluta@intel.com \
--cc=denis.ciocca@st.com \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox