Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Denys Dmytriyenko
On Wed, Jun 28, 2017 at 06:56:30PM +0300, Fathi Boudra wrote: > On 28 June 2017 at 18:11, Shuah Khan wrote: > > On 06/28/2017 09:00 AM, Fathi Boudra wrote: > >> On 28 June 2017 at 17:41, Shuah Khan wrote: > >>> On 06/28/2017 08:37 AM, Fathi Boudra wrote: >

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Denys Dmytriyenko
On Wed, Jun 28, 2017 at 06:56:30PM +0300, Fathi Boudra wrote: > On 28 June 2017 at 18:11, Shuah Khan wrote: > > On 06/28/2017 09:00 AM, Fathi Boudra wrote: > >> On 28 June 2017 at 17:41, Shuah Khan wrote: > >>> On 06/28/2017 08:37 AM, Fathi Boudra wrote: > On 28 June 2017 at 17:20, Shuah

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 18:11, Shuah Khan wrote: > On 06/28/2017 09:00 AM, Fathi Boudra wrote: >> On 28 June 2017 at 17:41, Shuah Khan wrote: >>> On 06/28/2017 08:37 AM, Fathi Boudra wrote: On 28 June 2017 at 17:20, Shuah Khan wrote: >

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 18:11, Shuah Khan wrote: > On 06/28/2017 09:00 AM, Fathi Boudra wrote: >> On 28 June 2017 at 17:41, Shuah Khan wrote: >>> On 06/28/2017 08:37 AM, Fathi Boudra wrote: On 28 June 2017 at 17:20, Shuah Khan wrote: > On 06/28/2017 03:18 AM, Fathi Boudra wrote: >>

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Shuah Khan
On 06/28/2017 09:00 AM, Fathi Boudra wrote: > On 28 June 2017 at 17:41, Shuah Khan wrote: >> On 06/28/2017 08:37 AM, Fathi Boudra wrote: >>> On 28 June 2017 at 17:20, Shuah Khan wrote: On 06/28/2017 03:18 AM, Fathi Boudra wrote: > timers test fails to

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Shuah Khan
On 06/28/2017 09:00 AM, Fathi Boudra wrote: > On 28 June 2017 at 17:41, Shuah Khan wrote: >> On 06/28/2017 08:37 AM, Fathi Boudra wrote: >>> On 28 June 2017 at 17:20, Shuah Khan wrote: On 06/28/2017 03:18 AM, Fathi Boudra wrote: > timers test fails to build due to undefined reference:

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 17:41, Shuah Khan wrote: > On 06/28/2017 08:37 AM, Fathi Boudra wrote: >> On 28 June 2017 at 17:20, Shuah Khan wrote: >>> On 06/28/2017 03:18 AM, Fathi Boudra wrote: timers test fails to build due to undefined reference:

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 17:41, Shuah Khan wrote: > On 06/28/2017 08:37 AM, Fathi Boudra wrote: >> On 28 June 2017 at 17:20, Shuah Khan wrote: >>> On 06/28/2017 03:18 AM, Fathi Boudra wrote: timers test fails to build due to undefined reference: aarch64-linaro-linux-gcc

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Shuah Khan
On 06/28/2017 08:37 AM, Fathi Boudra wrote: > On 28 June 2017 at 17:20, Shuah Khan wrote: >> On 06/28/2017 03:18 AM, Fathi Boudra wrote: >>> timers test fails to build due to undefined reference: >>> >>> aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey >>>

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Shuah Khan
On 06/28/2017 08:37 AM, Fathi Boudra wrote: > On 28 June 2017 at 17:20, Shuah Khan wrote: >> On 06/28/2017 03:18 AM, Fathi Boudra wrote: >>> timers test fails to build due to undefined reference: >>> >>> aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey >>> -O2 -pipe -g

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 17:20, Shuah Khan wrote: > On 06/28/2017 03:18 AM, Fathi Boudra wrote: >> timers test fails to build due to undefined reference: >> >> aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey >> -O2 -pipe -g -feliminate-unused-debug-types -O3

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 17:20, Shuah Khan wrote: > On 06/28/2017 03:18 AM, Fathi Boudra wrote: >> timers test fails to build due to undefined reference: >> >> aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey >> -O2 -pipe -g -feliminate-unused-debug-types -O3 -Wl,-no-as-needed

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Shuah Khan
On 06/28/2017 03:18 AM, Fathi Boudra wrote: > timers test fails to build due to undefined reference: > > aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey > -O2 -pipe -g -feliminate-unused-debug-types -O3 -Wl,-no-as-needed -Wall > -DKTEST -Wl,-O1 -Wl,--hash-style=gnu

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Shuah Khan
On 06/28/2017 03:18 AM, Fathi Boudra wrote: > timers test fails to build due to undefined reference: > > aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey > -O2 -pipe -g -feliminate-unused-debug-types -O3 -Wl,-no-as-needed -Wall > -DKTEST -Wl,-O1 -Wl,--hash-style=gnu

[PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
timers test fails to build due to undefined reference: aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey -O2 -pipe -g -feliminate-unused-debug-types -O3 -Wl,-no-as-needed -Wall -DKTEST -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lrt -lpthread posix_timers.c -o

[PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
timers test fails to build due to undefined reference: aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey -O2 -pipe -g -feliminate-unused-debug-types -O3 -Wl,-no-as-needed -Wall -DKTEST -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lrt -lpthread posix_timers.c -o