Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 8 Jul 2017 23:58:39 +0000
From: sylvain.bertrand@...il.com
To: musl@...ts.openwall.com
Subject: [cross compilation][bootstraping] installing target libc headers
 without a cross toolchain

Hi,

What is the proper way to install target musl libc headers without the cross-toolchain?

For the target sysroot I did install the linux headers in /sysroot/include
(~make ARCH=x86_64 install-headers), which I know are useless for the musl libc
configuration and build. Then I would like to install the bear target libc
headers in /sysroot/include.

That _should_ allow me to compile a static libgcc and static libstdc++ from gcc
without musl libc being built.

----

I started to peak into the musl makefile, it seems install-headers makefile
target is just a raw copy of generic include files + arch specific include
files. No tricks? No generators or such trickeries?

regards,

-- 
Sylvain

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.