[PATCH]: Fix sparc64 shlib-versions for nptl
David Miller
davem@davemloft.net
Sun Dec 31 04:54:00 GMT 2006
All the other shlib-versions files get the target regexp
correct, except this one. If we don't use "sparc64.*-" we
miss things like "sparc64b-" and "sparc64v-".
nptl/
2006-12-28 David S. Miller <davem@davemloft.net>
* shlib-versions: Fix sparc64 linux target specification.
--- ./nptl/shlib-versions.~1~ 2006-12-28 22:15:16.000000000 -0800
+++ ./nptl/shlib-versions 2006-12-28 22:15:24.000000000 -0800
@@ -1,5 +1,5 @@
mips.*-.*-linux.* libpthread=0 GLIBC_2.0 GLIBC_2.2
-sparc64-.*-linux.* libpthread=0 GLIBC_2.2
+sparc64.*-.*-linux.* libpthread=0 GLIBC_2.2
sh.*-.*-linux.* libpthread=0 GLIBC_2.2
ia64.*-.*-linux.* libpthread=0 GLIBC_2.2
hppa.*-.*-linux.* libpthread=0 GLIBC_2.2
More information about the Libc-alpha
mailing list