------- Comment #22 from r dot emrich at de dot tecosim dot com  2009-01-15 
13:07 -------
(In reply to comment #21)
> libtool uses the following regex:
> "(s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]"
> This matches for the native file command output: 
> "libm.2:         ELF-64 shared object file - PA-RISC 2.0 (LP64)"
> But not for the output of the Linux file command:
> "libm.2: ELF 64-bit MSB shared object, PA-RISC 2.0 (LP64) version 1, not 
> stripped"

This one matches both:
"(s[0-9][0-9][0-9]|ELF[ -]{1}[0-9][0-9][bit MSB-]*) shared object[, file-]*
PA-RISC [0-9].[0-9]"

Will try this!

Rainer


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38384

Reply via email to