Port-arm archive

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

Re: Golang for NetBSD/arm



"Yasushi Oshima" <oshima-ya%yagoto-urayama.jp@localhost> wrote:
> At Sun, 6 Dec 2015 09:31:26 +0100
> Michael van Elst <mlelstv%serpens.de@localhost> write
>
>> On Sun, Dec 06, 2015 at 11:28:19AM +0900, Izumi Tsutsui wrote:
>>> mlelstv@ wrote:
>>>
>>> > oshima-ya%yagoto-urayama.jp@localhost (Yasushi Oshima) writes:
>>> >
>>> > >So I try to get PAGE_SIZE from sysctl mib 'kern.pagesize', and store
>>> to global
>>> > >variable when during Go's Runtime initialization.
>>> > >(This change may not be well becase affects to other OS or
>>> architecture)
>>> >
>>> > getconf(_SC_PAGESIZE) might be more portable than a sysctl.
>>>
>>> I guess you meant sysconf(3).
>>
>> right. getconf(1) but sysconf(3).
>
> Thank you for your advice.

The lang/sbcl package has a similar problem on ARM so your analysis and
the suggested solutions have been helpful for it too.

Robert Swindells





Home | Main Index | Thread Index | Old Index