Re: [cfe-users] Need a GCC-free LLVM/Clang on Linux.

2020-03-10 Thread Chris Green via cfe-users
Hi, On 2/19/20 4:02 PM, Richard Smith wrote: I have a two-stage setup that builds a GCC-free Clang except for libgcc_s (I've not looked at what's pulling that in yet, but I expect that's resolvable). My stage1 cmake setup has: -DCLANG_DEFAULT_CXX_STDLIB=libc++ -DCLANG_DEFAULT_RTLIB=compiler-

Re: [cfe-users] Need a GCC-free LLVM/Clang on Linux.

2020-03-09 Thread Chris Green via cfe-users
Hi, Many thanks for this advice. I'm just now getting back to this. If I solve the libgcc_s problem, I'll let you know. Thanks again, Chris. On 2/19/20 4:02 PM, Richard Smith wrote: On Thu, 23 Jan 2020 at 07:24, Christopher H Green via cfe-users mailto:cfe-users@lists.llvm.org>> wrote:

Re: [cfe-users] Need a GCC-free LLVM/Clang on Linux.

2020-02-19 Thread Richard Smith via cfe-users
On Thu, 23 Jan 2020 at 07:24, Christopher H Green via cfe-users < cfe-users@lists.llvm.org> wrote: > Hi, > > I've spent the last several days trying to build a fast, full-featured > relocatable distribution of LLVM/Clang 9.0.1 on Linux RHEL7, which has an > older native GCC (4.8.5)—I can't require

[cfe-users] Need a GCC-free LLVM/Clang on Linux.

2020-01-23 Thread Christopher H Green via cfe-users
Hi, I've spent the last several days trying to build a fast, full-featured relocatable distribution of LLVM/Clang 9.0.1 on Linux RHEL7, which has an older native GCC (4.8.5)—I can't require the RH toolset. I have access to a modern version of GCC in order to make the stage-1 build, but I need t