Gentoo Archives: gentoo-musl

From: Lei Zhang <zhanglei.april@×××××.com>
To: Luca Barbato <lu_zero@g.o>, gentoo-soc@l.g.o, gentoo-musl@l.g.o
Subject: [gentoo-musl] [GSoC] native-clang: weekly report #5
Date: Fri, 24 Jun 2016 12:45:44
Message-Id: CAOYuCc3upbT-RVj-sOtOFgcq4522QGzXbtzx45sR2=s2mKOBGw@mail.gmail.com
1 Hi,
2
3 Progress this week:
4 - investigate libc++'s dependence on _GNU_SOURCE, but find no feasible
5 solution yet
6 - polish my patches for clang/LLVM which add support for musl on ARM targets
7 - make a clang + musl based seed tarball by putting a home-brewed
8 freestanding clang and C++ runtime libs into a musl based stage3
9 tarball and kicking out gcc related stuff
10
11 Plan for next week:
12 - investigate why the freestanding clang runs so slow and fix it
13 - with the clang + musl based tarball as seed, try to use catalyst to
14 build stage1-3 tarballs
15 - prepare necessary ebuilds for the clang + musl based system
16
17
18 Lei