[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: file magic regex for hppa*64*
From: |
Ralf Wildenhues |
Subject: |
Re: file magic regex for hppa*64* |
Date: |
Tue, 5 May 2009 23:02:44 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
* Bob Friesenhahn wrote on Sun, May 03, 2009 at 10:09:06PM CEST:
> On Sat, 2 May 2009, Ralf Wildenhues wrote:
>>
>> OK to use the patch below (and add Rainer to THANKS)?
>
> It looks good to apply to me.
Pushed, thanks!
>> Fix cross compilation for HPPA/64 with a BSD file command.
>>
>> * libltdl/m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD)
>> [hpux10.20*, hpux11*, !ia64] <lt_cv_deplibs_check_method>:
>> Match the dot in `PA-RISC 2.0' literally. Adjust hppa*64*
>> pattern to also match BSD `file' output, used in cross
>> compilation setups.
>> * THANKS: Update.
>> Report and initial patch by Rainer Emrich, refined by Peter Rosin.