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 #4
Date: Fri, 17 Jun 2016 13:46:25
Message-Id: CAOYuCc1R_2bpKrAZ3SLRduOAPBwM9nZ9DsopM3mY1rEA3=PArg@mail.gmail.com
1 Howdy!
2
3 Progress this week:
4 - submit patches to clang/LLVM that enables clang to build binaries
5 against musl-libc on x86 platforms; they're accepted
6 - submit patches (based on previous ones) that add support for musl on
7 ARM; they're waiting to be reviewed
8 - study the problem of feature test macros that prevents LLVM from
9 being built against musl and find out _GNU_SOURCE to be the culprit
10 - manage to make libc++ work without globally defining _GNU_SOURCE
11
12 Plan for next week:
13 - work out a decent patch for libc++ to reap of its dependence on _GNU_SOURCE
14 - based on the above, make clang not predefine _GNU_SOURCE when using libc++
15 - study catalyst and try to prepare a clang + musl based stage3 tarball
16
17
18 Lei