Gentoo Archives: gentoo-user

From: Takayuki Yamaguchi <tyamaguchi.gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: ebuild for "gcc-independent llvm and clang for linux"
Date: Thu, 26 Dec 2013 08:03:35
Message-Id: CANpc5t=m_xGQ7JO89PCVnTMrRTfRoGADHjuObHPVNx9y=itwaQ@mail.gmail.com
In Reply to: [gentoo-user] Re: ebuild for "gcc-independent llvm and clang for linux" by Takayuki Yamaguchi
1 Sorry for earlier mis-send.
2
3 I send the article again.
4 ------------
5 I'm going to build and install llvm and clang packages in my "Linux" PC as
6 1. Binaries of llvm and claag installed finally were compiled by clang.
7 2. The binaries of 1. depend on libc++.so instead of libstdc++.so.
8 3. libc++.so was installed by portage.
9 4. The binaries of llvm, clang, and libc++.so are not linked with libgcc.
10 If linkage with libraries like libgcc is necessary, compiler_rt is linked.
11
12 Checking the ebuilds of llvm, I found
13
14 sys-libs/libcxx
15 in DEPEND. But from the comment of revision, append libcxx in
16 dependency is for freebsd.
17
18 I want to ask
19
20 I. Building packages described above can be created using ebuilds in
21 main repository in linux?
22 II. if I. is not possible, any ebuild of llvm and clang exists anywhere?
23
24 If ebuilds that fill II. are not exist, I will to try create such ebuilds.