On Wed, Jul 6, 2016 at 2:42 PM, Trevor Woerner <[email protected]> wrote: > On Wed 2016-07-06 @ 02:30:48 PM, Khem Raj wrote: >> yes, clang can use the gcc runtime, I am sure >> intel compiler can use it on linux as well and so >> will others who target linux > > If you build an app with clang and include it in your image, are there not any > clang-specific runtime files that are required to additionally be added to the > image so the clang-compiled binaries can run?
no, there are no specific files. It can just use gcc runtime. However, it does have alternatives if you do not want to use gcc runtime e.g. compiler-rt and libunwind for C runtime (libgcc) and libc++ for C++ runtime ( libstdc++) -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
