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


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....

-- 
Joseph S. Myers
joseph@codesourcery.com


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