Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pinebook status update (20191116)
From: Jun Ebihara <jun%soum.co.jp@localhost>
Subject: Re: pinebook status update (20191116)
Date: Thu, 21 Nov 2019 20:17:14 +0900 (JST)
>> On Sat, Nov 16, 2019 at 02:38:34PM +0900, Jun Ebihara wrote:
>>> - uim:
>>> pkgsrc/devel/libgcroots needs aarch64 ifdefs
>>> http://openbsd-archive.7691.n7.nabble.com/fix-inputmethods-uim-on-aarch64-td357966.html
> need fill alloca:
> connection.cpp:(.text+0x478): warning: Warning: reference to the libc supplied alloca(3); this most likely will not work.
> Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. not -std=c89).
with
#define alloca(x) __builtin_alloca(x)
make uim package for aarch64 and works well.
http://cdn.netbsd.org/pub/NetBSD/misc/jun/aarch64/aarch64/2019-11-16/uim-1.8.8.tgz
Thanx!
--
Jun Ebihara
Home |
Main Index |
Thread Index |
Old Index