pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52524: can't build devel/pcre2 on sparc64
The following reply was made to PR pkg/52524; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/52524: can't build devel/pcre2 on sparc64
Date: Thu, 7 Sep 2017 11:37:00 +0200
On Tue, Sep 05, 2017 at 04:52:49PM +0200, Martin Husemann wrote:
> Sljit supports amd64, i386, arm >= v5 (that is: != armv4 in NetBSD terms),
> powerpc, mips (32bit only) and sparc (32bit only).
That was apparently from slightly outdated documentation.
Checking the sljit source code included in pcre2 it is:
i386, x86_64, arm if not armv4, mips*, powerpc*, sparc if not sparc64.
See the ifdef cascade in pcre2-10.30/src/sljit/sljitConfigInternal.h
(but it gets sparc64 wrong, note that there is no sljitNativeSPARC_64.c)
Martin
Home |
Main Index |
Thread Index |
Old Index