PATCH: Support binutils 2.100 and 3.0
H.J. Lu
hjl.tools@gmail.com
Thu Sep 10 16:11:00 GMT 2009
On Wed, Sep 9, 2009 at 6:44 PM, Arfrever Frehtes Taifersar
Arahesis<arfrever.fta@gmail.com> wrote:
> 2009-09-05 17:47:10 H.J. Lu napisał(a):
>> @@ -897,10 +897,10 @@ AC_SUBST(MIG)dnl Needed by sysdeps/mach/configure.in
>> # Accept binutils 2.13 or newer.
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>> AC_CHECK_PROG_VER(AS, $AS, --version,
>> [GNU assembler.* \([0-9]*\.[0-9.]*\)],
>> - [2.1[3-9]*|[2-9].[2-9]*], AS=: critic_missing="$critic_missing as")
>> + [2.1[3-9]*|2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*], AS=: critic_missing="$critic_missing as")
>
> It still matches 2.9.
>
How does it match 2.9?
--
H.J.
More information about the Libc-alpha
mailing list