Gentoo Archives: gentoo-dev

From: Matthias Maier <tamiko@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Clang toolchain
Date: Mon, 27 Oct 2014 19:41:52
Message-Id: 878uk1xpv0.fsf_-_@jackdaw.kyomu.43-1.org
In Reply to: Re: [gentoo-dev] Clang toolchain [Was: status of bugs blocking gcc-4.8.3] by Alexis Ballier
1 > - libcxxabi is probably the new way to go instead of libcxxrt; last
2 > time I checked there was a chicken and egg problem: libcxxabi needed
3 > clang + libc++ to build, so bootstrapping the stack was a bit
4 > painful.
5
6 I give libcxxabi a try.
7
8 Does anybody has a bit insight in the current status of the llvm's
9 bundled libunwind in libcxxabi, i.e. is it trivially portable?
10
11 If yes, this might clean up the dependency chain quite a bit.
12
13 Best,
14 Matthias