Re: [PATCH 0/6] selftests: improve cross compilation support

2015-04-02 Thread Shuah Khan
On 04/02/2015 11:23 AM, Shuah Khan wrote: > On 04/02/2015 07:53 AM, Shuah Khan wrote: >> On 04/01/2015 05:20 PM, Tyler Baker wrote: >>> This patch set improves cross building functionality by resovling hard coded >>> assumptions about the compiler used. With this patch set, all but mqueue, >>> and

Re: [PATCH 0/6] selftests: improve cross compilation support

2015-04-02 Thread Shuah Khan
On 04/02/2015 07:53 AM, Shuah Khan wrote: > On 04/01/2015 05:20 PM, Tyler Baker wrote: >> This patch set improves cross building functionality by resovling hard coded >> assumptions about the compiler used. With this patch set, all but mqueue, >> and kdbus cross build successfully as they must lin

Re: [PATCH 0/6] selftests: improve cross compilation support

2015-04-02 Thread Tyler Baker
Hi Shuah, On 2 April 2015 at 06:53, Shuah Khan wrote: > On 04/01/2015 05:20 PM, Tyler Baker wrote: >> This patch set improves cross building functionality by resovling hard coded >> assumptions about the compiler used. With this patch set, all but mqueue, >> and kdbus cross build successfully as

Re: [PATCH 0/6] selftests: improve cross compilation support

2015-04-02 Thread Shuah Khan
On 04/01/2015 05:20 PM, Tyler Baker wrote: > This patch set improves cross building functionality by resovling hard coded > assumptions about the compiler used. With this patch set, all but mqueue, > and kdbus cross build successfully as they must link against a native > libraries. The hope is th

[PATCH 0/6] selftests: improve cross compilation support

2015-04-01 Thread Tyler Baker
This patch set improves cross building functionality by resovling hard coded assumptions about the compiler used. With this patch set, all but mqueue, and kdbus cross build successfully as they must link against a native libraries. The hope is tha the above issues can be resolved in future patch