[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: git: test suite fails on hppa, in run_with_limited_stack



On 2020-05-13 1:44 a.m., Greg Price wrote:
> Great! WFM on amd64, too.
>
>>  *)
>> + uname_m=$(uname -m)
>> + case $uname_m in
>> + parisc*)
>> +     test_set_prereq HPPA
>> +     ;;
>> + esac
> Probably cleanest to put this outside the `case $uname_s`.
I put it where I did because the result of uname -m is somewhat OS dependent.

The config.guess script attempts to guess a canonical system name for a target.  It has all the gory
details on the interpretation of uname -m.
>
> Would you mind if I send a version of this patch to the upstream
> mailing list? I think that's the best route for it to go through.
It would be greatly appreciated.

Thanks,
Dave

-- 
John David Anglin  dave.anglin@bell.net


Reply to: