pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/55158: nss 3.51 compile failed on earmv6hf/v7hf and aarch64
The following reply was made to PR pkg/55158; it has been noted by GNATS.
From: Jun Ebihara <jun%soum.co.jp@localhost>
To: gnats-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost
Cc:
Subject: Re: pkg/55158: nss 3.51 compile failed on earmv6hf/v7hf and aarch64
Date: Tue, 21 Apr 2020 09:21:50 +0900 (JST)
From: Jun Ebihara <jun%soum.co.jp@localhost>
Subject: Re: pkg/55158: nss 3.51 compile failed on earmv6hf/v7hf and aarch64
Date: Fri, 17 Apr 2020 08:57:06 +0900 (JST)
>>>Synopsis: nss 3.51 compile failed on earmv6hf/v7hf and aarch64
> On aarch64:
> fix build with "interim NetBSD/aarch64 build fix"
> http://mail-index.netbsd.org/pkgsrc-changes/2020/04/12/msg210531.html
Date: Mon, 20 Apr 2020 21:57:22 +0000
From: "matthew green" <mrg%netbsd.org@localhost>
Subject: CVS commit: src/external/gpl3/gcc/dist/gcc/common/config/aarch64
To: source-changes%NetBSD.org@localhost
Message-Id: <20200420215722.54390FB27%cvs.NetBSD.org@localhost>
Module Name: src
Committed By: mrg
Date: Mon Apr 20 21:57:22 UTC 2020
Modified Files:
src/external/gpl3/gcc/dist/gcc/common/config/aarch64: aarch64-common.c
Log Message:
when sorting all_extensions_by_on[] be sure to keep the NULL
entry last. correct the sizeof() to use the right variable
(they were the same size at least.) as-was, with the NULL
entry first, all loops across this array were no-ops.
this should fix PR#55158's arm64 side.
cvs rdiff -u -r1.1.1.6 -r1.2 \
src/external/gpl3/gcc/dist/gcc/common/config/aarch64/aarch64-common.c
Home |
Main Index |
Thread Index |
Old Index