* Andrey N. Oktyabrski <[email protected]> [2011-08-02 10:56]: > On 02.08.11 12:05, Guido Berhoerster wrote: > >>without gcc libraries dependency? > > > >That is a mainly a policy issue, for now we compile all C++ > >packages (including LLVM/Clang) in OI-SFE with GCC, however that > >may change in the future. If it is really important to you, you > >could modify the specfile and rebuild it with clang itself. > It is not very important for me, but IMHO unnecessary dependencies is evil.
It is not an unnecessary dependency, GCC is currently our default compiler and thus used to build LLVM/Clang so naturally the result depends on libgcc and GCC's implementation of the C++ standard library. -- Guido Berhoerster _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
