Re: [PATCH] MIPS: VDSO: Fix build error

2015-12-08 Thread Sergei Shtylyov
Hello. On 12/8/2015 1:11 PM, Qais Yousef wrote: Commit ebb5e78cc634 (MIPS: Initial implementation of a VDSO) introduced a build error. scripts/checkpatch.pl now enforces certain format for the commit citing -- you also need to enclose the summary in "". For MIPS VDSO to be compiled it

[PATCH] MIPS: VDSO: Fix build error

2015-12-08 Thread Qais Yousef
Commit ebb5e78cc634 (MIPS: Initial implementation of a VDSO) introduced a build error. For MIPS VDSO to be compiled it requires binutils version 2.25 or above but the check in the Makefile had inverted logic causing it to be compiled in if binutils is below 2.25. This fixes the following compila