From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15925 invoked by alias); 15 Jan 2009 13:07:41 -0000 Received: (qmail 15886 invoked by uid 48); 15 Jan 2009 13:07:30 -0000 Date: Thu, 15 Jan 2009 13:07:00 -0000 Message-ID: <20090115130730.15885.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/38384] fails to build cross gcc for target hppa64-hp-hpux11.00 in libstdc++/libmath In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "r dot emrich at de dot tecosim dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg01595.txt.bz2 ------- 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