[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5c55d7c0-ba0c-8bb8-60c0-203dfaaf1d2b@linuxfoundation.org>
Date: Thu, 20 Feb 2020 09:17:50 -0700
From: Shuah Khan <skhan@...uxfoundation.org>
To: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Michael Ellerman <mpe@...erman.id.au>
Cc: linux-kselftest <linux-kselftest@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
Peter Zijlstra <peterz@...radead.org>,
paulmck <paulmck@...nel.org>, Boqun Feng <boqun.feng@...il.com>,
"skh >> Shuah Khan" <skhan@...uxfoundation.org>
Subject: Re: [PATCH] selftests/rseq: Fix out-of-tree compilation
On 2/20/20 9:16 AM, Mathieu Desnoyers wrote:
> ----- On Feb 20, 2020, at 6:37 AM, Michael Ellerman mpe@...erman.id.au wrote:
>
>> Currently if you build with O=... the rseq tests don't build:
>>
>> $ make O=$PWD/output -C tools/testing/selftests/ TARGETS=rseq
>> make: Entering directory '/linux/tools/testing/selftests'
>> ...
>> make[1]: Entering directory '/linux/tools/testing/selftests/rseq'
>> gcc -O2 -Wall -g -I./ -I../../../../usr/include/ -L./ -Wl,-rpath=./ -shared
>> -fPIC rseq.c -lpthread -o /linux/output/rseq/librseq.so
>> gcc -O2 -Wall -g -I./ -I../../../../usr/include/ -L./ -Wl,-rpath=./
>> basic_test.c -lpthread -lrseq -o /linux/output/rseq/basic_test
>> /usr/bin/ld: cannot find -lrseq
>> collect2: error: ld returned 1 exit status
>>
>> This is because the library search path points to the source
>> directory, not the output.
>>
>> We can fix it by changing the library search path to $(OUTPUT).
>
> Good catch!
>
> Acked-by: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
>
> Shuah, can you pick this up please ?
>
I applied it to linux-kselftest fixes just a little while ago.
I will send this in for rc4.
thanks,
-- Shuah
Powered by blists - more mailing lists