This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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] Correctly detect all ARM EABI variants


"Joseph S. Myers" <joseph@codesourcery.com> writes:

> On Sun, 8 May 2011, Aurelien Jarno wrote:
>
>> --- a/sysdeps/arm/shlib-versions
>> +++ b/sysdeps/arm/shlib-versions
>> @@ -1,4 +1,4 @@
>> -arm.*-.*-linux-gnueabi	DEFAULT			GLIBC_2.4
>> +arm.*-.*-linux-gnueabi*	DEFAULT			GLIBC_2.4
>>  
>> -arm.*-.*-linux-gnueabi	ld=ld-linux.so.3
>> +arm.*-.*-linux-gnueabi*	ld=ld-linux.so.3
>
> Are you such you want "*" not ".*" at the end there?  These are regular 
> expressions....

And they aren't even anchored, so it's a no-op anyway.

Andreas.

-- 
Andreas Schwab, schwab@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."


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