[OE-core] [PATCH 2/2] gcc-runtime: add SUMMARY values

Khem Raj raj.khem at gmail.com
Wed Jul 6 21:54:55 UTC 2016


On Wed, Jul 6, 2016 at 2:42 PM, Trevor Woerner <twoerner at gmail.com> 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++)



More information about the Openembedded-core mailing list