Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 25 Jan 2016 09:08:03 +0100
From: Natanael Copa <ncopa@...inelinux.org>
To: Rich Felker <dalias@...c.org>
Cc: musl@...ts.openwall.com
Subject: Re: Bits deduplication: current situation

On Sun, 24 Jan 2016 22:59:25 -0500
Rich Felker <dalias@...c.org> wrote:

> I'm about to try starting the bits deduplication, but before getting
> started, I took a quick survey of the current bits headers we have:

...

> Ideas/requests/preferences/etc.?

It would be nice to be able to build 32-bit boot loaders on 64 bit
hosts with gcc -m32. Currently that does not work due to it picks up 64
bit inttypes. We have a patch for xen's hvmloader:

http://git.alpinelinux.org/cgit/aports/tree/main/xen/musl-hvmloader-fix-stdint.patch
http://git.alpinelinux.org/cgit/aports/tree/main/xen/stdint_local.h

Introduced with this commit:
http://git.alpinelinux.org/cgit/aports/commit/main/xen/musl-hvmloader-fix-stdint.patch?id=bcf7b52774f1b0a3e405a207c3c4a5342b951f40


This is for stdint.h but I think its related and I assume it affects
limits.h too.

-nc

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.