Re: [PATCH] include: fix 'ulong' definition on musl targets

2019-12-30 Thread Sergei Trofimovich
On Mon, 30 Dec 2019 20:24:08 +0900 Masahiro Yamada wrote: > On Tue, Dec 17, 2019 at 9:37 PM Sergei Trofimovich wrote: > > > > The build failure was originally reported on arm64-musl > > target at https://bugs.gentoo.org/703132. Here is the amd64-musl > > variant: > > > > ``` > > $ LANG=C make

Re: [PATCH] include: fix 'ulong' definition on musl targets

2019-12-30 Thread Masahiro Yamada
On Mon, Dec 30, 2019 at 8:39 PM Sergei Trofimovich wrote: > > On Mon, 30 Dec 2019 20:24:08 +0900 > Masahiro Yamada wrote: > > > On Tue, Dec 17, 2019 at 9:37 PM Sergei Trofimovich > > wrote: > > > > > > The build failure was originally reported on arm64-musl > > > target at

Re: [PATCH] include: fix 'ulong' definition on musl targets

2019-12-30 Thread Masahiro Yamada
On Tue, Dec 17, 2019 at 9:37 PM Sergei Trofimovich wrote: > > The build failure was originally reported on arm64-musl > target at https://bugs.gentoo.org/703132. Here is the amd64-musl > variant: > > ``` > $ LANG=C make CROSS_COMPILE=x86_64-gentoo-linux-musl- tools-only_defconfig > -j$(nproc) >

[PATCH] include: fix 'ulong' definition on musl targets

2019-12-17 Thread Sergei Trofimovich
The build failure was originally reported on arm64-musl target at https://bugs.gentoo.org/703132. Here is the amd64-musl variant: ``` $ LANG=C make CROSS_COMPILE=x86_64-gentoo-linux-musl- tools-only_defconfig -j$(nproc) $ LANG=C make CROSS_COMPILE=x86_64-gentoo-linux-musl- tools-all