This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Support binutils 2.100 and 3.0


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]