|
From: Christophe L. <chr...@st...> - 2011-11-16 17:18:51
|
Hi, I have noticed that the recently introduced way of checking GCC version can fail in some circumstances. For instance, I have an ARM GCC which is known as armv7-linux-gcc, and the current configure decides it's not OK. (Because the version reported is 7). I propose the attached patch (which drops all characters until the 1st closing brace. Christophe. |